import "typings-global";
export declare let isDir: (pathArg: string) => boolean;
export declare let isFile: (pathArg: any) => boolean;