export declare class PropertyResult {
    property: string;
    message: string;
}
