export declare const delay: (timeout?: number) => Promise<any>;
export declare const pathJoin: (dirName: string, fileName: string) => string;
