import type { Random } from "../types.js"; export type FormatGenerator = (random: Random) => string; export declare function createFormatRegistry(userFormats?: Record): Map; export declare function registerFormatGlobal(name: string, generator: FormatGenerator, registry: Map): void; //# sourceMappingURL=index.d.ts.map