export declare const cleanPathFromTheFile: (path: string) => string; export declare const resolvePathSegments: (paths: string[]) => string; export declare const serializeToCamelCase: (string_: string) => string; export declare const getNestedValue: >(object: T, objectPath: string[]) => T; export declare const serializeNodeName: (filePath: string) => string | undefined; //# sourceMappingURL=helpers.d.ts.map