export declare const generateUniqueId: (prefix: string) => string; export declare const findLongestString: (arr: string[]) => string | undefined;