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