import { DataPath } from "./data-path.js"; export declare function getPossibleProperties(schema: any, identifiedPath: DataPath): Array | undefined;