import { IBank } from '../shared';
declare function findCard(card: string): IBank | null;
declare function getList(): IBank[];
export declare const BANK: {
    findCard: typeof findCard;
    getList: typeof getList;
};
export {};
//# sourceMappingURL=bank.d.ts.map