import { PropertyType } from "./PropertyType"; import { PropertyTag } from "../PropertyTag"; import { MessageStorage } from "../../MessageStorage"; export declare class PtypInteger16 extends PropertyType { constructor(); resolveValue(container: MessageStorage, propertyTag: PropertyTag): number; }