import { DescriptionOptions } from "./types"; export declare function InterfaceType(): ClassDecorator; export declare function InterfaceType(options: DescriptionOptions): ClassDecorator; export declare function InterfaceType(name: string, options?: DescriptionOptions): ClassDecorator;