import type { CommunityChallengeSetting } from "../../../../../community/types.js"; export declare function validateAddressListOptions({ challengeSettings }: { challengeSettings: CommunityChallengeSetting; }): void;