import type { CreateSpaceResult } from './types.js'; /** * Get the target address and calldata for creating a personal space. * * @deprecated Use `createGeoClient({ network }).personalSpaces.create(...)`. */ export declare function createSpace(): CreateSpaceResult; //# sourceMappingURL=create-space.d.ts.map