import { BaseInfraStep } from './base'; export declare class BackendTestingInfra extends BaseInfraStep { type: string; protected filesToReplace: string[]; protected jsonToAugment: { 'composer.json': string[]; }; }