import type { Hex } from 'viem'; import type { Networkish } from '../types.js'; /** * Checks whether an address already has a personal space. * * @deprecated Use `createGeoClient({ network }).personalSpaces.hasSpace(...)`. */ export declare function hasSpace({ address, network, rpcUrl, }: { address: Hex; network?: Networkish; rpcUrl?: string; }): Promise; //# sourceMappingURL=has-space.d.ts.map