import { type TuiSchema } from '../../ng-add/schema'; import { type ReplacementService } from '../interfaces/replacement-service'; export declare function replaceServices(options: TuiSchema, services: readonly ReplacementService[]): void;