import { type ApplicationTagValueTypeMap, type BACNetAppData, type CharacterStringEncoding, ApplicationTag, PropertyIdentifier } from '@bacnet-js/client'; import { BDSingletProperty } from './singlet.js'; import type { BDAbstractProperty } from '../abstract.js'; export declare class BDPresentValueSingletProperty extends BDSingletProperty { #private; constructor(identifier: PropertyIdentifier, type: Tag, writable: boolean, value: Type, encoding?: CharacterStringEncoding); ___getRelatedProperties(): BDAbstractProperty[]; setData(data: BACNetAppData, priority?: number): Promise; clearDataAtPriority(priority: number): Promise; clearValueAtPriority(priority: number): Promise; } //# sourceMappingURL=presentvalue.d.ts.map