import { isly } from "isly"; import { Realm } from "../Realm"; export type Stack = (typeof Stack.stacks)[number]; export declare namespace Stack { const stacks: readonly ["test-paxgiro", "test-tpl-paxgiro", "test-diners-clowd9", "uk-diners-dpg", "uk-mc-tpl-marqeta", "uk-visa-tpl-marqeta"]; const type: isly.Type<"test-paxgiro" | "test-tpl-paxgiro" | "test-diners-clowd9" | "uk-diners-dpg" | "uk-mc-tpl-marqeta" | "uk-visa-tpl-marqeta">; function toRealm(stack: Stack): Realm; function toScheme(stack: Stack): string; function toProcessor(stack: Stack): string; namespace Character { const values: readonly ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"]; function from(stack: Stack): Stack.Character; function toStack(character: Stack.Character): Stack | undefined; } type Character = (typeof Character.values)[number]; }