import { type CommunityConfig } from "../config";
export declare const getENSAddress: (mainnetRpcUrl: string, domain: string) => Promise<string | null>;
export declare const getAccountAddress: (config: CommunityConfig, address: string, salt?: bigint) => Promise<string | null>;
export declare const getAccountBalance: (config: CommunityConfig, address: string) => Promise<bigint | null>;
export declare const verifyAccountOwnership: (config: CommunityConfig, accountAddress: string, message: string, signature: string) => Promise<boolean>;
export declare const isSafeOwner: (config: CommunityConfig, accountAddress: string, ownerAddress: string) => Promise<boolean>;
//# sourceMappingURL=index.d.ts.map