import { ContractConfigDataI } from '../type'; export declare const AURORA_CONFIG_DATA: ContractConfigDataI; export declare const AURORA_SWAPINFO: ({ name: string; factoryAddress: string; initHash: string; fee?: undefined; } | { name: string; factoryAddress: string; initHash: string; fee: number; })[]; //# sourceMappingURL=aurora-config.d.ts.map