import { JSONPathOptions } from 'jsonpath-plus';
export declare function jsonpath(options: JSONPathOptions): any;
