import { EthSdkCtx } from '../types';
export declare function generateSdk(ctx: EthSdkCtx): Promise<void>;
