export type OpaqueString<_Key extends string> = string; export type OpaqueNumber<_Key extends string> = number; //# sourceMappingURL=opaqueBase.d.ts.map