import { ContentType, SpaceAPI } from './types'; import { Channel } from './channel'; export default function createSpace(channel: Channel, initialContentTypes: ContentType[]): SpaceAPI;