import { Bank } from "../types/bank"; export declare const getAll: () => Promise>; export declare const getBy: (code: number) => Promise>;