declare function encodePathParam(value: string | number): string;
export { encodePathParam };
