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