import { GlideRecord } from "../types/GlideRecord"; export declare class UserTestProcessor { copyTest(testId?: string): string; copyTestSuite(suiteId?: string): string; generateStepJSON( stepId?: string, testResultId?: string, parameterSetOrder?: number, callableStepResultId?: string ): string; getDescription(testStepGR?: GlideRecord): string; getFieldName(tableName?: string, fieldName?: string): string; getFieldValue( tableName?: string, fieldName?: string, fieldValue?: string ): string; getFirstScheduledOrRunningTestResultSysIdForTest(testSysId?: string): string; constructor(); }