import type { AsyncLocalStorage } from 'async_hooks'; export declare function createAsyncLocalStorage(): AsyncLocalStorage; export declare function bindSnapshot(fn: T): T; export declare function createSnapshot(): (fn: (...args: TArgs) => R, ...args: TArgs) => R;