import { AsyncVariable } from "./AsyncVariable"; import { AsyncSnapshot } from "./AsyncSnapshot"; export declare class AsyncContext { static Variable: typeof AsyncVariable; static Snapshot: typeof AsyncSnapshot; }