import { ParserNode } from '../Parser';
import { FormatTreeOrJson } from '../args';
export type FormatStringArgs = {
format: FormatTreeOrJson;
all: boolean;
};
export declare function formatString(parsed: ParserNode, argv: FormatStringArgs): string;
//# sourceMappingURL=formatString.d.ts.map