export interface Global {
    document: Document;
    window: Window;
    navigator: any;
}
