export declare const waitForGlobalVariable: (name: string, callback: (error: boolean | null, reference?: V) => void) => void;