AirdropFeeClient: {
    getAirdropFee: (
        distributorAddress: string,
    ) => Promise<{ data?: AirdropFeeServiceResponse }>;
}

Type declaration