import { IAntvCnfgResponse, TAntvCnfgResponse } from "./IAntvCnfgResponse"; import { IAntvMainResponse, TAntvMainResponse } from "./IAntvMainResponse"; import { IAntvParaResponse, TAntvParaResponse } from "./IAntvParaResponse"; export { type IAntvCnfgResponse, type IAntvMainResponse, type IAntvParaResponse, TAntvCnfgResponse, TAntvMainResponse, TAntvParaResponse };