import { Schema } from './params';
export declare function printHelp(header: string, schema: Schema): void;
