/**
 * Status of the execution of the property
 * @remarks Since 1.9.0
 * @public
 */
export declare enum ExecutionStatus {
    Success = 0,
    Skipped = -1,
    Failure = 1
}
