/** @packageDocumentation * @module RpcInterface */ /** @public */ export declare class RpcRoutingToken { private static _next; static generate(debugLabel?: string): RpcRoutingToken; static readonly default: RpcRoutingToken; readonly id: number; readonly debugLabel: string; private constructor(); } //# sourceMappingURL=RpcRoutingToken.d.ts.map