declare const shadowFunction: { (code: string | object, setting?: object | undefined, log?: ((e: object) => void) | undefined): void; debugger: (isee: string, model?: { 'no-Proxy': boolean; } | undefined) => void; }; export { shadowFunction as ShadowFunction };