import type { Address, Chain } from "viem"; export declare const getDefaultNaniAccountFactoryAddress: (chain: Chain) => Address;