import { SupportedChainId } from 'maia-core-sdk';
/**
 * Given an account address, this function will calculate the virtual account address of the given user.
 * @param account - The account address of the user.
 * @returns
 */
export declare function computeVirtualAccount(account: string, chainId: SupportedChainId): string;
