export declare type ObjectTypeConfig = { name?: string; description?: string; interfaces?: any[]; }; export declare const ObjectType: (opts?: ObjectTypeConfig) => any>(target: T) => T;