import type { UnRecord } from '../types'; import type { CreateProxyOptions } from './types'; export declare function createProxy(options: CreateProxyOptions): UnRecord; //# sourceMappingURL=proxy.d.ts.map