import type { ParthOptions, ParthResult, PathOpt } from './types'; export type { ParthOptions, ParthResult }; export declare class Parth { #private; constructor(options?: ParthOptions); set(path: string, opt?: Partial): this; get(path: string): ParthResult | null; } export default Parth; //# sourceMappingURL=index.d.ts.map