type JsonRecord = Record<string, any>;
export declare function getValidationDependsOn(config?: JsonRecord | null): any[];
export declare function stripExcludedDependsOn(config: JsonRecord | null | undefined, excludedBindingKeys: Set<string>): JsonRecord;
export {};
