import type { InlineDirectives } from "./directive-handling.js"; export declare function clearInlineDirectives(cleaned: string | InlineDirectives): InlineDirectives;