import { type Range, type StateDefinition, type Meta } from "../internal"; interface ScriptletMeta extends Meta { block: boolean; value: Range; } export declare const INLINE_SCRIPT: StateDefinition; export {};