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