import { coordinated_universal_time_offset } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class local_time extends StepEntityBase { get type(): EntityTypesAP214; private hour_component_?; private minute_component_?; private second_component_?; private zone_?; get hour_component(): number; get minute_component(): number | null; get second_component(): number | null; get zone(): coordinated_universal_time_offset; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=local_time.gen.d.ts.map