export declare function isValidId(id: string): boolean;
export declare function generateId(): string;
