/** Splits `path` into parts before, matching, and after `substring`, or throws if missing. */ export declare const splitAroundSubstring: (path: string, substring: string) => [string, string, string]; //# sourceMappingURL=splitAroundSubstring.d.ts.map