import { SortAction } from 'src/utils/sort';
export declare class PhoneSortDto {
    id: string;
    action: SortAction;
}
