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