import { Config, Options } from "../types";
export declare function generateConfig(options?: Options): Config;
