import { Codec } from './types';
export declare const findCodec: (type: number) => Codec;
