import { Context, Layer } from "effect"; import { ContractReader, ContractWriter } from "../../contract/index.js"; import type { Erc20AllowanceServiceShape } from "../../erc20/allowance/index.js"; declare const Erc20AllowanceService_base: Context.TagClass; export declare class Erc20AllowanceService extends Erc20AllowanceService_base { } export declare const Erc20AllowanceServiceLive: Layer.Layer; export {}; //# sourceMappingURL=core.d.ts.map