export type BusinessObjectIDType = number | string | Object; export declare namespace BusinessObjectIDType { function IsBoIDTypeVal(val: any): boolean; }