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