import { Type } from '@asuka/di'; export { Injectable } from '@asuka/di'; export declare const getInstance: (target: Type) => T;