import { RemoteConnectionState } from '../RemoteConnection';
/**
 * Displays the relevant active modal based on the current connection state.
 *
 * @param state Current state of the RemoteConnection class instance.
 * @returns void
 */
export declare function showActiveModal(state: RemoteConnectionState): void;
//# sourceMappingURL=showActiveModal.d.ts.map