export declare const parse: (json: string) => any; export declare const select: (value: any, selector: string, expand: boolean) => any;