export declare function randomHexSegment(byteLength?: number): string; export declare function timestampedId(prefix: string, byteLength?: number): string; export declare function timestampedTempPath(filePath: string): string;