import { DecoderState } from'./types';
/**
* Converts client state value to a string, which could be useful for debugging or metrics.
* @paramstate - the state of the client
* @public
*/exportdeclarefunctionstateToString(state: DecoderState): string;