/** Removes the runtime-owned channel namespace from a continuation token. */
export declare function toChannelLocalContinuationToken(namespacedToken: string): string;
