export declare const constants: {
    RPC_URL: string;
    RPC_PORT: number;
    GAS_LIMIT: number;
    TESTRPC_FIRST_ADDRESS: string;
};
//# sourceMappingURL=constants.d.ts.map