InspectionClass: Class<default<any>> & {
    getDefaultPriority(type: InspectType): number;
    getFromTile?(tile: default, context: InfoProviderContext, inspectType: InspectType): ArrayOr<default<any>>;
    handles?(inspectType: InspectType, ...args: any[]): undefined | number | boolean;
    isWorldInspection?(inspectType: InspectType): boolean;
}

Generated using TypeDoc