/** Possible SELT test status */
export declare enum SeltStatusEnum {
    'failed' = "failed",
    'notAvailable' = "notAvailable",
    'ok' = "ok"
}
//# sourceMappingURL=SeltStatusEnum.d.ts.map