export interface TrashMoveResult { moved: boolean; trashPath?: string; } export declare function moveFileToTrash(sourcePath: string, kind: "agent-configs"): TrashMoveResult; //# sourceMappingURL=trash.d.ts.map