/**
* Returns true if the file exists, false otherwise
* @param filepath The path of the file you want to check
* @returns boolean
*/
export declarefunctionfileExists(filepath: string, isCustomerPath?: boolean): boolean;
//# sourceMappingURL=file-exists.d.ts.map