import { Azure } from './azure'; export declare class PreventConnectionStop { static applyPrevention(azure: Azure): void; static clearPrevention(azure: Azure): void; }