export declare function wrapError(ex: unknown, path: string): Error; export declare function toParsedPath(path: string): string[];