import { ABI } from '@neo-one/client-common-esnext-esm';
export declare const genABI: (name: string, abi: ABI) => {
    js: string;
    ts: string;
};
