import type { TurnControl } from '../types/channel.js'; export declare function classifyControl(result: unknown): TurnControl | undefined;