declare function uniqueId (prefix?: string, suffix?: string): () => string; export = uniqueId;