import { successWithJson, errorFromCatch } from '../../../utils/response.js'; export declare const schema: { name: string; description: string; inputSchema: { type: string; properties: { id: { type: string; description: string; }; }; required: string[]; }; }; export declare function handler(args: Record): Promise | ReturnType>; //# sourceMappingURL=index.d.ts.map