import { SocketService } from '../../../SocketService'; /** * Resets the keys associated with a SocketService instance. * If debugging is enabled, a debug message is logged. * * @param instance The current instance of the SocketService. */ export declare function resetKeys(instance: SocketService): void; //# sourceMappingURL=resetKeys.d.ts.map