export declare function getStarkPublicKeyFromImx(ethAddress: string): Promise<{ starkPublicKey: string; accountNotFound: boolean; } | undefined>;