export declare class ObjectType {
    constructor(properties?: Partial<ObjectType>);
}
