/** * Tracks the outcome of an RPC method for analytics. * * @param method - The RPC method name. * @param resp - The response object from the RPC call. * @param caughtError - Any error caught during the RPC call. */ export declare const trackRpcOutcome: (method: string, resp: any, caughtError: any) => void; //# sourceMappingURL=analyticsHelper.d.ts.map