import type asyncHooks from "node:async_hooks";
export declare const AsyncHook: asyncHooks.AsyncHook;
export declare const createHook: typeof asyncHooks.createHook;
export declare const executionAsyncId: typeof asyncHooks.executionAsyncId;
export declare const executionAsyncResource: typeof asyncHooks.executionAsyncResource;
export declare const triggerAsyncId: typeof asyncHooks.triggerAsyncId;
