import { IBank } from './type';
export declare function maybe(cardNumber: string): Promise<IBank | null>;
