import type { SelectionService } from '@difizen/mana-core'; import { FileStat } from './files'; import { SelectionCommandHandler } from './selection-command-handler'; export interface FileSelection { fileStat: FileStat; } export declare namespace FileSelection { function is(arg: Record | undefined): arg is FileSelection; class CommandHandler extends SelectionCommandHandler { protected readonly selectionService: SelectionService; protected readonly options: SelectionCommandHandler.Options; constructor(selectionService: SelectionService, options: SelectionCommandHandler.Options); } } //# sourceMappingURL=file-selection.d.ts.map