import type { PromptContext } from '../types'; /** * Renders the Quick Commands Reference section with harness-specific flags. */ export declare function renderQuickReference(ctx: PromptContext): string; //# sourceMappingURL=quickReference.d.ts.map