import { Connection } from "@solana/web3.js"; import { GlobalConfig } from "../layouts/config"; export declare function fetchGlobalConfig(connection: Connection): Promise;