import { type BDNumericValueOpts, BDNumericObject } from './numeric.js'; import { ApplicationTag } from '@bacnet-js/client'; export interface BDPositiveIntegerValueOpts extends Omit { presentValue?: number; maxPresentValue?: number; minPresentValue?: number; } export declare class BDPositiveIntegerValue extends BDNumericObject { constructor(opts: BDPositiveIntegerValueOpts); } //# sourceMappingURL=positiveintegervalue.d.ts.map