export declare class BillingInfo {
    id: string;
    agencyId: string;
    companyName: string;
    billingAddress: string;
    companyPhone?: string;
    companyEmail?: string;
    companyIconUrl?: string;
    taxId?: string;
    isDeleted: boolean;
    createdAt: Date;
    updatedAt: Date;
}
//# sourceMappingURL=BillingInfo.d.ts.map