import { SocketService } from '../../../SocketService'; /** * Pauses the connection of a SocketService instance. * If the keys have been exchanged, a PAUSE message is sent before * the socket is manually disconnected. * * @param instance The current instance of the SocketService. */ export declare function pause(instance: SocketService): Promise; //# sourceMappingURL=pause.d.ts.map