import type { PosthogAnalytics } from '../../analytics/index.js';
import type { Editor } from '../init/mcp-docs-server-install.js';
import type { Component, LLMProvider } from '../init/utils.js';
export declare const create: (args: {
    projectName?: string;
    components?: Component[];
    llmProvider?: LLMProvider;
    addExample?: boolean;
    llmApiKey?: string;
    createVersionTag?: string;
    timeout?: number;
    directory?: string;
    mcpServer?: Editor;
    skills?: string[];
    template?: string | boolean;
    analytics?: PosthogAnalytics;
    observability?: boolean;
    observabilityProject?: string;
}) => Promise<void>;
//# sourceMappingURL=create.d.ts.map