import { CLIOptions } from "../types";
declare function prod(sourceDir: string, cliOptions: CLIOptions): Promise<void>;
export default prod;
