import { SdkContext } from "./context"; export declare function createGlobalContext(): Promise; export declare function getGlobalContext(): Promise; export declare function withGlobalContext (...args: any[]) => Promise>(fn: T): (...args: Parameters>) => Promise>>>;