import type { Options } from '../options'; export declare const createWorkingDir: (targetDirectory: string, { force }: Options) => Promise;