import { Fields, Data } from './types'; declare const getSiblingData: (fields: Fields, path: string) => Data; export default getSiblingData;