import type { TemplateId } from "./template.js";
export declare function readTemplateText(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<string>;
