import type { AuthContext } from '../types.js'; export declare const listTrashTool: { name: string; description: string; inputSchema: { type: string; properties: { workspaceId: { type: string; description: string; }; }; required: never[]; }; }; export declare function listTrash(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; //# sourceMappingURL=list-trash.d.ts.map