import { UserOptions } from '../interface.js'; declare const _default: (cwd: string, options: UserOptions) => Promise; export default _default;