/** * 报告非指定类型外的类型 * @param {(String|Array)} allowTypes * @param {*} needle * @throws */ export declare function reportExceptType(allowTypes: string | Array, needle: any): void;