import { DIDeclareOptions } from "../abstraction";
export declare function DIDeclare(options?: DIDeclareOptions): (type: new (...args: any[]) => any) => void;
