import * as types from "../types"; export declare const getEnvVar: (varName: string) => string; export declare const shortAddr: (addr: string) => string; export declare const getRpcUrl: (network: types.Network) => string; export declare const getClearingHouseAddress: (network: types.Network) => string; export declare const clearingHouseOrdinalsAddress: string; export declare const getInsuranceFundAddress: (network: types.Network) => string; export declare const insuranceFundOrdinalsAddress: string; export declare const getWethAddress: (network: types.Network) => string; export declare const getWbtcAddress: (network: types.Network) => string; export declare const getChainId: (network: types.Network) => number; export declare const getNetworkFromAmmName: (ammName: types.Amm) => types.Network; export declare const isOrdinalsAmm: (ammName: types.Amm) => boolean; export declare const getAmmNameFromAddress: (addr: string) => types.Amm;