import type { RuntimeAdapter } from "../../../../platform/adapters/base.js"; export declare function handleClientScript(adapter: RuntimeAdapter): Promise; export declare function handleDomScript(adapter: RuntimeAdapter): Promise; //# sourceMappingURL=script-handlers.d.ts.map