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