export declare class UpdateBusinessTypeDto {
    label?: string;
    imageUrl?: string;
    isActive?: boolean;
}
