import type { AbstractServiceOptions } from '../types/index.js'; import { ItemsService } from './items.js'; export declare class SettingsService extends ItemsService { constructor(options: AbstractServiceOptions); }