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