declare const findUpPath: (fileName: string, folderPath?: string, maxDepth?: number) => string | undefined;
export default findUpPath;
