export declare function createUniqueIdSequence(): () => string; export declare function isFirstUniqueSequenceId(id: string): boolean;