export declare class CreateServiceTypeDto {
    name: string;
    code: string;
    description?: string;
    is_active?: boolean;
}
