import type { Core } from '@strapi/types'; import type { Settings } from '../validation/settings'; declare const createSettingsService: ({ strapi }: { strapi: Core.Strapi; }) => { getSettings: () => Promise, boolean>; }> | null>; setSettings: (value: Settings) => Promise; }; export { createSettingsService }; export type SettingsService = ReturnType; //# sourceMappingURL=settings.d.ts.map