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