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