declare const configs: { sol: { node: string; swapAddress: string; taxmanAddress: string; platformFee: number; } & { spltAddress: string; splataAddress: string; snsProgramId: string; hashPrefix: string; reverseLookupClass: string; rootDomainAccount: string; }; register: { devAppId: string; extra: SenReg; senreg: string; }; api: { origin: string; health: { index: string; } & Record; user: { index: string; } & Record; dapp: { index: string; } & Record; notification: { index: string; } & Record; userNotification: { index: string; } & Record; }; }; /** * Module exports */ export default configs;