/** * Checks for the existance of a file. * * > `~/` and `./` shorthands will be converted to a full path */ export declare function fileExists(file: string): boolean; //# sourceMappingURL=fileExists.d.ts.map