export declare const getBanks: () => {
    id: number;
    name: string;
    logo: string;
}[];
