declare function _default(options: import("../index.js").WorkerOptions & import("reflected-ffi/remote").RemoteOptions): Promise<{ ffi: { global: unknown; isProxy: (value: any) => boolean; assign(target: T, source: U): T & U; assign(target: T, source1: U, source2: V): T & U & V; assign(target: T, source1: U, source2: V, source3: W): T & U & V & W; assign(target: object, ...sources: any[]): any; direct(value: T): T; evaluate: (callback: Function, ...args: any[]) => any; gather(target: object, ...keys: (string | symbol)[]): any[]; query: (target: any, path: string) => any; reflect: (method: number, uid: number | null, ...args: any[]) => Promise; }; proxy: any; }>; export default _default;