import type { HttpMethodName } from '../HttpMethod'; export declare const buildFullPathLabel: (method: HttpMethodName | undefined, segments: string[], encoding?: string) => string;