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