export declare const Currency: { readonly ETH: "ETH"; }; export type CurrencyType = (typeof Currency)[keyof typeof Currency];