export declare class BankNameTree { static existsCode(code: string): boolean; static getIndex(code: string): number | null; }