import { Commitment } from '@solana/web3.js'; export declare function solanaConfig(config: { jsonRpcUrl: string; websocketUrl: string; commitment: Commitment; }): Promise<{ configPath: string; cleanupConfig: () => Promise; }>;