/**
 * @param {string} path
 */
export function fileExists(path: string): Promise<boolean>;
//# sourceMappingURL=utils.d.ts.map