export interface BankAccountUSAch {
    account_number?: string;
    ach?: string;
}
export declare namespace BankAccountUSAch {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=bankAccountUSAch.d.ts.map