import { CwdParams } from './types.mjs'; declare function findFileUp(name: string | string[], options?: CwdParams): Promise; export { findFileUp };