/**
 * Copyright IBM Corp. 2024, 2025
 */
import { Test } from '../schemas/test.schema.js';
export declare class TestFactory {
    create(test: any): Test;
}
//# sourceMappingURL=test.factory.d.ts.map