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<typeof successWithJson> | ReturnType<typeof errorFromCatch>>;
//# sourceMappingURL=index.d.ts.map