export { applyHeadSettings }; type Value = string | null | undefined; declare function applyHeadSettings(title: Value, lang: Value): void;