import { NativeArray } from "../imports/NativeArray.js"; export declare class GlideJsonPath { constructor(); read(pathString: string): NativeArray; } //# sourceMappingURL=GlideJsonPath.d.ts.map