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