/** Match Python's `uuid.UUID(string)` spellings and return canonical text. */ export declare function normalizeUuid(value: unknown): string | undefined; //# sourceMappingURL=uuid.d.ts.map