import type { SiteSettingsDTO } from '../contracts/v1.js'; import type { HttpClient } from '../http.js'; export declare const getSiteSettings: (http: HttpClient) => Promise; //# sourceMappingURL=getSiteSettings.d.ts.map