/** * Markdown templates for Trellis workflow * * These are GENERIC templates for new projects. * Structure templates use .md.txt extension as they are generic templates. */ export declare const agentsMdContent: string; export declare const workspaceIndexContent: string; export declare const agentProgressIndexContent: string; export declare const workflowGitignoreContent: string; export declare const backendIndexContent: string; export declare const backendDirectoryStructureContent: string; export declare const backendDatabaseGuidelinesContent: string; export declare const backendLoggingGuidelinesContent: string; export declare const backendQualityGuidelinesContent: string; export declare const backendErrorHandlingContent: string; export declare const frontendIndexContent: string; export declare const frontendDirectoryStructureContent: string; export declare const frontendTypeSafetyContent: string; export declare const frontendHookGuidelinesContent: string; export declare const frontendComponentGuidelinesContent: string; export declare const frontendQualityGuidelinesContent: string; export declare const frontendStateManagementContent: string; export declare const guidesIndexContent: string; export declare const guidesCrossLayerThinkingGuideContent: string; export declare const guidesCodeReuseThinkingGuideContent: string; //# sourceMappingURL=index.d.ts.map