import { IModuleContract } from "./base"; export declare function Module(define?: Partial): (target: import("@bonbons/di").InjectDIToken) => any;