declare function exists(basePath: string, filePath?: string, filetreePaths?: string[]): boolean;

export { exists };
