interface AsyncContext { get(): T | undefined; run(value: T, fn: () => R | Promise): Promise; } export declare function setupAsyncLocalStorage(_AsyncLocalStorage: unknown): void; export declare function createAsyncContext(): AsyncContext; export {}; //# sourceMappingURL=asyncContext.native.d.ts.map