import * as _optique_core from '@optique/core'; declare const snapshotParser: _optique_core.Parser<"sync", { readonly transcriptions: string; readonly epub: string; readonly output: string; }, { readonly transcriptions: _optique_core.ValueParserResult | undefined; readonly epub: _optique_core.ValueParserResult | undefined; readonly output: _optique_core.ValueParserResult | undefined; }>; declare const snapshotCommand: _optique_core.Parser<"sync", { readonly action: "snapshot"; } & { readonly transcriptions: string; readonly epub: string; readonly output: string; } & { readonly noProgress: boolean; readonly logLevel: "silent" | "debug" | "info" | "warn" | "error"; readonly time: boolean; }, ["matched", string] | ["parsing", Record] | undefined>; export { snapshotCommand, snapshotParser };