import ACEntityForVT from '../parameter/ACEntityForVT'; import ACEntityForST from '../parameter/ACEntityForST'; type ParameterAfterSend = { st?: ACEntityForST; vt?: ACEntityForVT; }; export default ParameterAfterSend; //# sourceMappingURL=ParameterAfterSend.d.ts.map