import { PipeTransform } from '@angular/core';
import type { JSONSchema } from "../types";
import * as i0 from "@angular/core";
type ValueType = Record<string, string[] | readonly string[] | JSONSchema>;
type OutputType = Record<string, JSONSchema>;
export declare class DependanciesToDependentSchemasPipe implements PipeTransform {
    transform(dependentSchemas: ValueType): OutputType;
    static ɵfac: i0.ɵɵFactoryDeclaration<DependanciesToDependentSchemasPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<DependanciesToDependentSchemasPipe, "dependanciesTodependentSchemas", true>;
}
export {};
