import { SmartContractNetworksDefinition } from '@neo-one/client-common-esnext-esm';
export declare const genContract: ({ name, createContractPath, typesPath, sourceMapsPath, abiPath, networksDefinition, }: {
    readonly name: string;
    readonly createContractPath: string;
    readonly typesPath: string;
    readonly abiPath: string;
    readonly sourceMapsPath: string;
    readonly networksDefinition: SmartContractNetworksDefinition;
}) => {
    js: string;
    ts: string;
};
