import type { StackCollection } from './types'; export declare const createArchitectureMarkdown: (stacks: StackCollection, title?: string) => string;