import { type VaskuConfig } from '../config/types';
import { type GlobalVasku } from '../../global';
export declare function createGlobal(config: VaskuConfig, network: string): Promise<GlobalVasku>;
//# sourceMappingURL=createGlobal.d.ts.map