export type FormatTreeOrJson = 'tree' | 'json';
export declare const formatTreeOrJson: {
readonly type: "string";
readonly choices: readonly ["tree", "json"];
readonly default: "tree";
readonly coerce: (arg: string) => "tree" | "json";
};
//# sourceMappingURL=format.d.ts.map