/**
 * /api/entities/{entity} => /api/entities/{{$parameter["entity"]}}
 */
export declare function replacePathVarsToParameter(uri: string): string;
