import type { Schema } from '@strapi/types'; interface Input { oldContentTypes: Record; contentTypes: Record; } export declare function deleteActionsOnDisableDraftAndPublish({ oldContentTypes, contentTypes, }: Input): Promise; export declare function deleteActionsOnDeleteContentType({ oldContentTypes, contentTypes }: Input): Promise; export declare function migrateIsValidAndStatusReleases(): Promise; export declare function revalidateChangedContentTypes({ oldContentTypes, contentTypes }: Input): Promise; export declare function disableContentTypeLocalized({ oldContentTypes, contentTypes }: Input): Promise; export declare function enableContentTypeLocalized({ oldContentTypes, contentTypes }: Input): Promise; export {}; //# sourceMappingURL=index.d.ts.map