export type Encoder<T> = (val: T) => string;
export declare const encodersProto021: {
    [key: string]: Encoder<any>;
};
