import { EvmRpcMethod, type ERC4337Options } from '@particle-network/auth-core';
type Options = {
    chainId?: number;
    method?: EvmRpcMethod;
    erc4337?: ERC4337Options;
};
export declare const getEVMPublicAddress: ({ chainId, erc4337, method }: Options) => Promise<string>;
export {};
