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