export declare class CreateBusinessTypeDto {
    label: string;
    imageUrl?: string;
}
