import { GetWalletAllowListParams, GetWalletAllowListResult } from '../types'; export declare function getWalletAllowList(params: GetWalletAllowListParams): Promise;