import { NativeArray } from "../imports/NativeArray"; export declare class GlideJsonPath { read(pathString: string): NativeArray; constructor(); }