import { OdsWindow } from './ods-window'; /** * get the window element typed as ODS window */ export declare function getOdsWindow(): OdsWindow | undefined;