import Type from "./reflect/Type";
declare class UnregisteredDecoderError extends Error {
    constructor(type: Type);
}
export default UnregisteredDecoderError;
