import { DIContext } from "../../common/domain/DIContext.js"; /** * Get the current DIContext instance using async hook node.js api. * * ::: warning * This function isn't available in the browser context. * ::: */ export declare function context(): Ctx;