export declare const DRAFT_TEMPLATE_NAMES: readonly ["bugfix", "feature", "refactor"]; export type DraftTemplateName = (typeof DRAFT_TEMPLATE_NAMES)[number]; export declare function isDraftTemplateName(value: string): value is DraftTemplateName; export declare function supportedDraftTemplates(): string; export declare function renderDraftTemplateBody(template: DraftTemplateName, phase: string, id: string, tier: string, title: string): string; //# sourceMappingURL=draft-templates.d.ts.map