export declare class ClientDataEntity {
    id: number;
    user_id: number;
    location: number;
    standard_name: string;
    client_type: number;
    country_name: number;
    company_name: string;
    contact_primary: string;
    designationpr: string;
    contact_second: string;
    designationsec: string;
    telephone: string;
    mobile_no: string;
    Address: string;
    email_id: string;
    company_sector: string;
    trade_license: string;
    vat_no: string;
    site_no: string;
    branch_no: string;
    head_office: string;
    employee_no: string;
    contact_finance: string;
    email_finance: string;
    signed_docs: string;
    signeddocsname: string;
    status: number;
    created_at: Date;
    updated_at: Date;
}
