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