/**
 * Documentation generation function prompts for SoloFlow MCP
 * Documentation and implementation description functions
 */
export declare function docsGenerateDocsPrompt(args: {
    docType?: string;
    component?: string;
}): Promise<{
    messages: Array<{
        role: "user";
        content: {
            type: "text";
            text: string;
        };
    }>;
}>;
//# sourceMappingURL=docs-prompts.d.ts.map