import Type from "./reflect/Type";
interface DecoderParameter {
    type: Type;
    quantity: number;
}
export default DecoderParameter;
