declare const chdir: ((dir: string) => () => void) & ((dir: string, func: () => T) => Promise); export default chdir;