import { vi } from 'vitest';
declare global {
    var mockConnect: ReturnType<typeof vi.fn>;
}
//# sourceMappingURL=MQTTClient.test.d.ts.map