import type { RuleData, ValuePath } from "../types"; /** this returns an array because there might be multiple of the same schema shared */ export declare function getValuesFromPath(path: ValuePath, data: RuleData): unknown[];