export declare function generateUUID(): string; export declare const createSequentialId: (prefix: string, sequenceId: number) => string;