export declare const genUUID: () => string;
export declare const getSearch: (key: string, link?: string) => string;
export declare const looseJsonParse: (text: string) => any;