type ContextVariables = { [variable: string]: any; }; export declare function getContext(evaluate?: string[], scriptOrSelector?: HTMLScriptElement | string): ContextVariables; export {}; //# sourceMappingURL=getContext.d.ts.map