export type MovePathToTrashOptions = { allowedRoots?: Iterable; }; export declare function movePathToTrash(targetPath: string, options?: MovePathToTrashOptions): Promise; //# sourceMappingURL=trash.d.ts.map