import * as _optique_core from '@optique/core'; declare const loggingParser: _optique_core.Parser<"sync", { readonly noProgress: boolean; readonly logLevel: "silent" | "debug" | "info" | "warn" | "error"; readonly time: boolean; }, { readonly noProgress: _optique_core.ValueParserResult | undefined; readonly logLevel: [_optique_core.ValueParserResult<"silent" | "debug" | "info" | "warn" | "error"> | undefined] | undefined; readonly time: _optique_core.ValueParserResult | undefined; }>; declare const granularityParser: _optique_core.Parser<"sync", { readonly granularity: "word" | "sentence"; }, { readonly granularity: [_optique_core.ValueParserResult<"word" | "sentence"> | undefined] | undefined; }>; declare const languageParser: _optique_core.Parser<"sync", { readonly language: Intl.Locale | undefined; }, { readonly language: [_optique_core.ValueParserResult | undefined] | undefined; }>; declare const parallelismParser: _optique_core.Parser<"sync", { readonly parallelism: number; }, { readonly parallelism: [_optique_core.ValueParserResult | undefined] | undefined; }>; declare const autoUpgradeParser: _optique_core.Parser<"sync", { readonly autoupgrade: boolean; }, { readonly autoupgrade: _optique_core.ValueParserResult | undefined; }>; declare const removeNcxParser: _optique_core.Parser<"sync", { readonly removeNcx: boolean; }, { readonly removeNcx: _optique_core.ValueParserResult | undefined; }>; export { autoUpgradeParser, granularityParser, languageParser, loggingParser, parallelismParser, removeNcxParser };