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