import { ReplacerKeyValueType } from './replacer'; declare const templateReplacer: (templateContent: string, keyValues?: ReplacerKeyValueType | undefined) => string; declare const mdFileReplacer: (templatePath: string, keyValues?: ReplacerKeyValueType | undefined) => string; export { mdFileReplacer, templateReplacer };