import type { AdapterType } from '../schemas/config.schema.js'; import type { TestAdapter } from './adapter.interface.js'; export declare function createAdapter(type: AdapterType): TestAdapter; export declare function createAdapters(types: AdapterType[]): TestAdapter[]; //# sourceMappingURL=adapter-factory.d.ts.map