import * as hft from "./index.js";
export type Configure = {
    FlowTdPath: string;
    FlowMdPath: string;
    FrontTdAddrs: string[];
    FrontMdAddrs: string[];
    UserInfo: hft.CTPUserInfo;
    Test: {
        Symbol: string;
    };
};
