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