import { TCmsConfig, TCmsInfo, TCmsSettings } from '@cromwell/core'; import { CmsEntity } from '../models/entities/cms.entity'; /** * Read CMS config from file in [project root]/cmsconfig.json, saves it into the store and returns */ export declare const readCMSConfigSync: (path?: string) => TCmsConfig; /** * Read CMS config from file in [project root]/cmsconfig.json, saves it into the store and returns */ export declare const readCMSConfig: (path?: string) => Promise; export declare const getCmsEntity: () => Promise; export declare const getCmsConfig: () => Promise; export declare const getCmsSettings: ({ throttled }?: { throttled?: boolean | undefined; }) => Promise; export declare const getCmsInfo: () => Promise; //# sourceMappingURL=cms-settings.d.ts.map