import { Environment } from "@arcana/ca-common";
import { NetworkConfig } from "./typings";
declare const CORAL_CONFIG: NetworkConfig;
declare const CERISE_CONFIG: NetworkConfig;
declare const getNetworkConfig: (network?: Environment | NetworkConfig) => NetworkConfig;
export { CERISE_CONFIG, CORAL_CONFIG, getNetworkConfig };
