import { ModuleMethods, ModuleProxy, ProxyableFunction, Worker as WorkerType } from "../types/master"; export declare function createProxyFunction(worker: WorkerType, method?: string): ProxyableFunction; export declare function createProxyModule(worker: WorkerType, methodNames: string[]): ModuleProxy;