/** * Managed document templates for `qfg init`. * * These are overwritten on every run of `qfg init` — they are not * user-editable. Each starts with a comment so users know not to * hand-edit them. */ export declare function readmeTemplate(): string; export declare function claudeMdTemplate(): string; export declare function agentsMdTemplate(): string; export declare const PRE_COMMIT_MARKER = "# --- qfg-verify ---"; export declare function preCommitHookContent(): string;