export declare const schema: {
type: string;
function: {
name: string;
description: string;
parameters: {
type: string;
properties: {
summary: {
type: string;
description: string;
};
};
};
};
};
export declare const execute: (parameters: any) => any;