/** * Path to the template file (.docspec/docspec-template.md). Seeds from bundled default if missing. */ export declare function getFormatFilePath(): string; /** * Read the template file content (with path resolution and seeding). Used when generating new docspecs. */ export declare function getTemplateContent(): string; //# sourceMappingURL=template.d.ts.map