export declare function validateId(id: string): boolean;
export declare function createId(): string;
