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