import { ContentType } from 'contentful-management/types'; import { ContentfulSpaceConfig } from './types/config'; export declare function fetchContentTypes(spaceConfig: ContentfulSpaceConfig): Promise;