import { PathTemplateTypes } from '../index'; export declare class PathParam { value: T; key: string; constructor(value: T, key: string); } //# sourceMappingURL=pathParam.d.ts.map