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