/** * ID Generation Utilities */ /** * Generate a simple unique ID */ export declare function generateId(): string; //# sourceMappingURL=id.d.ts.map