import { parsedOption } from "../types"; export declare function printOptions(_: { options: parsedOption[]; required: boolean; }): string;