import { Interaction } from '@serenity-js/core'; import type { Path } from '@serenity-js/core/io'; /** * @package */ export declare const CreateDirectory: { at: (destination: Path) => Interaction; }; //# sourceMappingURL=CreateDirectory.d.ts.map