import { UUID } from '../components/ItemContext';
export declare function nextUuid(): UUID;
export declare function resetNextUuid(): void;
export declare function assertValidHtmlId(htmlId: string): boolean;
//# sourceMappingURL=uuid.d.ts.map