declare const _default: {
    definition: {
        name: string;
        description: string;
        inputSchema: {
            type: string;
            properties: {
                page_id: {
                    type: string;
                    description: string;
                };
                cover_url: {
                    type: string;
                    description: string;
                };
            };
            required: string[];
        };
    };
    handler: {
        'tools/call': (request: any) => Promise<{
            content: {
                type: string;
                text: string;
            }[];
        } | null>;
    };
};
export default _default;
//# sourceMappingURL=set-notion-cover.d.ts.map