import { Cli } from '@livestore/utils/node'; export declare const command: Cli.Command.Command<"livestore", import("@effect/platform/HttpClient").HttpClient | Cli.Prompt.Prompt.Environment | import("@effect/platform/CommandExecutor").CommandExecutor, import("@livestore/common").UnknownError | import("@effect/platform/Error").PlatformError | import("./sync-operations.ts").ConnectionError | import("./sync-operations.ts").ExportError | import("./sync-operations.ts").ImportError | import("@effect/platform/HttpClientError").ResponseError | import("./commands/new-project.ts").ExampleNotFoundError | import("./commands/new-project.ts").NetworkError | import("./commands/new-project.ts").NoExamplesError | import("@effect/platform/Terminal").QuitException, { readonly verbose: boolean; readonly subcommand: import("effect/Option").Option<{ readonly subcommand: import("effect/Option").Option<{ readonly config: string; readonly storeId: string; readonly clientId: string; readonly output: string; } | { readonly config: string; readonly storeId: string; readonly clientId: string; readonly force: boolean; readonly dryRun: boolean; readonly input: string; }>; } | { readonly subcommand: import("effect/Option").Option<{}>; } | { readonly example: import("effect/Option").Option; readonly ref: string; readonly path: import("effect/Option").Option; }>; }>; //# sourceMappingURL=cli.d.ts.map