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