import type { ProxyOptions, ProxiedService } from './types'; export declare function createRnProxy>(originalService: Partial | (({ service }: { service: T; }) => Partial), serviceName: string, options?: ProxyOptions): ProxiedService; //# sourceMappingURL=createRnProxy.d.ts.map