import type { HTMLElement } from '@mewjs/dom/lib';
import type { Configuration, RuleHelper } from './typings/types';
export declare function script(content: string, node: HTMLElement, opt: Partial, helper: RuleHelper): string;
export declare function style(content: string, node: HTMLElement, opt: Partial, helper: RuleHelper): string;