/** * Enumeration representing test artifact states */ export declare enum TestArtifact { /** A test artifact */ true = 0, /** Not a test artifact */ false = 1 }