import type { ScriptInput } from './_utils'; export type Args = never; export declare function main({ utils: { ReflectCached, replaceFunction, proxyToTarget }, }: ScriptInput): void;