export interface PayChanguAccountInfo {
    email: string;
    first_name: string;
    last_name: string;
}
//# sourceMappingURL=account.d.ts.map