import { GlideRecord } from "../types/GlideRecord.js"; export declare class UserTestProcessor { constructor(); 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; } //# sourceMappingURL=UserTestProcessor.d.ts.map