import { isoly } from "isoly"; import { isly } from "isly"; import { Realm } from "../Realm"; export type Supplier = (typeof Supplier.names)[number]; export declare namespace Supplier { const names: readonly ["paxgiro", "clearbank", "bankingcircle"]; const type: isly.Type<"paxgiro" | "clearbank" | "bankingcircle">; const currencies: Record>>; const realm: { readonly eea: []; readonly test: ["paxgiro", "bankingcircle"]; readonly uk: ["clearbank", "bankingcircle"]; }; }