export interface IShell { trashItem(docPath: string): Promise; showItemInFolder(docPath: string): void; }