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