export declare function is(element: any, type: any): any; export declare function isAny(element: any, types: any): boolean; export declare function getBusinessObject(element: any): any; export declare function getDi(element: any): any;