/* * This file has been generated. */ /** * Bitset that defines a Block's Configurability. * @enum {number} * @readonly */ export declare const OcaBlockConfigurability: { /** * Entry with value ``1``. */ ActionObjects: number; /** * Entry with value ``2``. */ SignalPaths: number; /** * Entry with value ``4``. */ DatasetObjects: number; }; export declare type IOcaBlockConfigurability = number;