/**
 * Service to interact with the window object.
 */
export declare class WindowService {
    readonly nativeWindow: any;
}
