import { type Token } from './Container'; /** * Injects a dependency from the container. * * @param token - The token of the dependency to inject. * @returns The instance of the dependency. * * @public */ export declare function inject(token: Token): T; //# sourceMappingURL=Inject.d.ts.map