export declare const banksMap: Record<number, {
    tag: string;
    name: string;
}>;
export declare const cities: Record<number, string>;
