import { Config } from "./types"; /** * Default settings * * Some of these settings are expected to change in the init configurator. * For the remote networks, we use Giganode by default, read more at https://mainnet-tezos.giganode.io */ export declare const defaultConfig: Config;