import { TemplateFileEntry } from "../model/dataModel"; /** Select the active language subtree before render. See select-language-content spec. */ /** The reserved language id for language-agnostic templates. */ export declare const COMMON_LANGUAGE = "common"; /** Select the content subtree the render phase should consume for `language`. */ export declare function selectLanguageContent(descriptor: unknown, content: TemplateFileEntry[], language: string): TemplateFileEntry[]; //# sourceMappingURL=selectLanguageContent.d.ts.map