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