declare const _default: ({ cwd }?: {
    cwd?: string | undefined;
}) => Promise<void>;
export default _default;
