import { type VaskuConfig } from '../config/types';
import { type KeyPair, type TonClient } from '@eversdk/core';
export declare function createOrReadGlobalGiverKeys(config: VaskuConfig, network: string, client: TonClient): Promise<KeyPair>;
//# sourceMappingURL=createOrReadGlobalGiverKeys.d.ts.map