import { type DocoddityFileDefinition, type TagDefinitionWithStringContent, type ValidTagValue } from "../types.js"; export declare const getFnToGetTagForTemplateRendering: (rootDir: string, additionalAttributes?: Record) => (file: string | DocoddityFileDefinition) => Promise;