import { Event } from '@difizen/mana-common';
import type { WindowService } from './application-protocol';
export declare class MockWindowService implements WindowService {
    openNewWindow(): undefined;
    canUnload(): boolean;
    get onUnload(): Event<void>;
}
//# sourceMappingURL=mock-window-service.d.ts.map