declare const resolvePath: (givenPath: string, up?: boolean) => string | false; export default resolvePath;