type Path = [string, string | null]; export declare function removeByPaths(obj: any, pathsWithKeys: Path[], matchValue: string | number): void; export {}; //# sourceMappingURL=removeByPaths.d.ts.map