export type PathStep = string | number;
export type Path = readonly PathStep[];
//# sourceMappingURL=types.d.ts.map