import { HttpClient, Option, Schema } from '@livestore/utils/effect'; import { Cli } from '@livestore/utils/node'; declare const ExampleNotFoundError_base: Schema.TaggedErrorClass; } & { exampleName: typeof Schema.String; availableExamples: Schema.Array$; message: typeof Schema.String; }>; export declare class ExampleNotFoundError extends ExampleNotFoundError_base { } declare const NetworkError_base: Schema.TaggedErrorClass; } & { cause: typeof Schema.Unknown; message: typeof Schema.String; }>; export declare class NetworkError extends NetworkError_base { } declare const DirectoryExistsError_base: Schema.TaggedErrorClass; } & { path: typeof Schema.String; message: typeof Schema.String; }>; export declare class DirectoryExistsError extends DirectoryExistsError_base { } declare const NoExamplesError_base: Schema.TaggedErrorClass; } & { message: typeof Schema.String; }>; export declare class NoExamplesError extends NoExamplesError_base { } export declare const createCommand: Cli.Command.Command<"create", HttpClient.HttpClient | Cli.Prompt.Prompt.Environment | import("@effect/platform/CommandExecutor").CommandExecutor, import("@effect/platform/Error").PlatformError | import("@effect/platform/HttpClientError").ResponseError | ExampleNotFoundError | NetworkError | NoExamplesError | import("@effect/platform/Terminal").QuitException, { readonly example: Option.Option; readonly ref: string; readonly path: Option.Option; }>; export {}; //# sourceMappingURL=new-project.d.ts.map