export declare class RequestDemoDto {
    full_name: string;
    work_email: string;
    company_name: string;
    phone_number?: string;
    message?: string;
    plan_type?: string;
}
