import { Format } from "./renderer"; export declare const run: (input: string, format: Format) => string;