export declare const CollectRequirementsTemplate: {
    title: string;
    sections: {
        title: string;
        content: string;
    }[];
};
//# sourceMappingURL=CollectRequirementsTemplate.d.ts.map