import type { Outputs } from "./types";
export declare function setupOutputDirectory(outputs: Outputs): Promise<string>;
