import { Transformer, Spec } from '@xxmachina/common/domain/models'; import { QuickJsService } from '@xxmachina/common/infra/external/quick-js'; import * as i0 from '@angular/core'; declare class TransformerService { readonly quickJs: QuickJsService; runTest(transformer: Transformer, spec: Spec): Promise<{ isEqual: boolean; diff: string; }>; runTests(transformer: Transformer, specs: Spec[]): Promise<{ isEqual: boolean; diff: string; }[]>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { TransformerService }; //# sourceMappingURL=xxmachina-components-services-transformer.d.ts.map