import * as _optique_core from '@optique/core'; declare const markupCommand: _optique_core.Parser<"sync", { readonly action: "markup"; readonly input: string; readonly output: string; } & { readonly granularity: "word" | "sentence"; } & { readonly autoupgrade: boolean; } & { readonly removeNcx: boolean; } & { readonly language: Intl.Locale | undefined; } & { readonly noProgress: boolean; readonly logLevel: "silent" | "debug" | "info" | "warn" | "error"; readonly time: boolean; }, ["matched", string] | ["parsing", Record] | undefined>; export { markupCommand };