import { Protocol } from '../protocol'; export declare class SolanaProtocol extends Protocol { constructor(cluster: string, verbose: boolean, keyfile?: string, symbols?: string[]); closeAccount(): Promise; static createAccount(cluster: string, keyfile: string): Promise; } //# sourceMappingURL=index.d.ts.map