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