import { RemoteCommunicationState } from '../../../RemoteCommunication'; /** * Cleans the state of the RemoteCommunication, resetting various properties to their default values. * * @param state Current state of the RemoteCommunication class instance. * @returns void */ export declare function clean(state: RemoteCommunicationState): void; //# sourceMappingURL=clean.d.ts.map