import { cryptly } from "cryptly"; import { isoly } from "isoly"; import { isly } from "isly"; import { zod } from "./zod"; export type Identifier = cryptly.Identifier; export declare namespace Identifier { function generate(date?: isoly.DateTime, length?: cryptly.Identifier.Length, ordering?: "ordered" | "reversed"): string; function timeOf(identifier: cryptly.Identifier, ordering?: "ordered" | "reversed"): isoly.DateTime; const type: isly.Type; const typeZod: zod.ZodString; }