/** * 返回嵌套对象和属性 * @param data * @param key */ export declare function getNestObject(data: any, key: string): { parent: any; keyField: string; };