export declare class AssignLeadDto {
    assigned_to: number;
    note?: string;
    notify?: boolean;
}
