import { FaucetAddCoinEventOnChain, FaucetMintCoinEventOnChain } from "./faucetApiCastingTypes";
import { FaucetAddCoinEvent, FaucetMintCoinEvent } from "../faucetTypes";
export declare class FaucetApiCasting {
    static faucetMintCoinEventFromOnChain: (eventOnChain: FaucetMintCoinEventOnChain) => FaucetMintCoinEvent;
    static faucetAddCoinEventFromOnChain: (eventOnChain: FaucetAddCoinEventOnChain) => FaucetAddCoinEvent;
}
//# sourceMappingURL=faucetApiCasting.d.ts.map