import { HttpParameterCodec } from '@angular/common/http'; export declare class DefaultHttpEncoder implements HttpParameterCodec { encodeKey(key: string): string; encodeValue(value: string): string; decodeKey(key: string): string; decodeValue(value: string): string; serializeValue(value: string): string; }