export declare function normalizeInline(code: string): string;
export declare function isVolatileInline(node: HTMLScriptElement, raw: string): boolean;
