import { MealieClient } from '../client.js'; import type { AppInfo, AppStartupInfo, AppTheme } from '../types/index.js'; export declare class AboutService extends MealieClient { /** * Get general application information */ getAppInfo(): Promise; /** * Returns helpful startup information */ getStartupInfo(): Promise; /** * Get's the current theme settings */ getAppTheme(): Promise; } //# sourceMappingURL=about.d.ts.map