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