import { Net } from '../shared/runtime.js'; declare const SOLVARS: { spltAddress: string; splataAddress: string; snsProgramId: string; hashPrefix: string; reverseLookupClass: string; rootDomainAccount: string; }; /** * Contructor */ declare type Conf = { node: string; swapAddress: string; taxmanAddress: string; platformFee: number; } & typeof SOLVARS; declare const conf: Record; /** * Module exports */ export default conf;