/** 在页面内执行的脚本函数 */ /** * Executed on the page after the page has loaded. Strips script and * import tags to prevent further loading of resources. */ export declare function stripPage(): void; /** * Injects a tag which allows other resources to load. This * has no effect on serialised output, but allows it to verify render * quality. */ export declare function injectBaseHref(origin: string): void;