export declare class VibeCLICore {
    createProject(config: any): Promise<{
        success: boolean;
        generatedFiles: string[];
        nextSteps: string[];
    }>;
}
//# sourceMappingURL=vibecli-core-mock.d.ts.map