declare function _exports(input: string, { cwd, prefix }?: { cwd?: string | false | undefined; prefix?: string | undefined; }): string; export = _exports;