export * from './type';
export * from './validate';
export * from './parse';
export * from './generate';
export * from './maybe';
export declare function search(cardNumber: string): Promise<import("./type").IBank>;
