/**
 * An object that could hold the components for an Indirect IBAN (BBAN)
 */
export declare type IbanOptions = {
    institution: string;
    identifier: string;
};
//# sourceMappingURL=types.d.ts.map