export * from './log'; export * from './ua'; export declare function fixPathName(path: string): string; export declare function existsMkdir(path: string): void; export declare function notEmpty(value: TValue | null | undefined): value is TValue; export declare function getUrlFileName(url: string): string | undefined; export declare function toReversed(arr: T[]): T[]; export declare function sleep(seconds: number): Promise; export declare function isHasHost(url: string): boolean;