export declare class OrganizationData { id: number; enterprise_id: number; code: string; appcode: string; name: string; status: string; seq_no: number; created_by: number; modified_by: number; created_date: Date; parent_id: number; modified_date: Date; contact_number: string; emailId: string; entity_type: string; primary_contact_name: string; address: string; gstin: string; company_pan_number: string; bankacc_benef_name: string; bankacc_bank_name: string; bankaccAccountNumber: string; bankacc_account_number: string; organization_type: string; is_brand: boolean; type: string; wbs_code: string; slug: string; }