export interface ConcreteRuntimePathSegmentValidationError { segment: string; } /** * Validate the segments shared by absolute runtime base paths and relative * runtime endpoints. Leading-slash ownership stays with the caller. */ export declare function getConcreteRuntimePathSegmentValidationError(value: string): ConcreteRuntimePathSegmentValidationError | undefined; export declare function formatConcreteRuntimePathSegmentValidationError(error: ConcreteRuntimePathSegmentValidationError): string; //# sourceMappingURL=path.d.ts.map