import { CommonWindow } from './stubs'; export declare class IntellijWindow implements CommonWindow { btoa(bytes: string): string; atob(bytes: string): string; }