import { Config } from "./types";
export declare function printHelp(scriptName: string, config?: Config): void;
