import type { ContentTypeProps } from 'contentful-management'; export declare const CONTENT_TYPE_DISK_CACHE_TTL_MS: number; export declare function readContentTypeFromDisk(spaceId: string, environment: string, ctId: string, ttlMs?: number): ContentTypeProps | null; export declare function writeContentTypeToDisk(spaceId: string, environment: string, ctId: string, contentType: ContentTypeProps): void; /** Clears on-disk content-type cache (for tests). */ export declare function clearContentTypeDiskCacheForTests(): void; //# sourceMappingURL=content-type-disk-cache.d.ts.map