import { Tool } from "@modelcontextprotocol/sdk/types.js";
import { CreateWebhookArgs } from "../../schemas/content.js";
import { ServiceContainer } from "../../services/service-container.js";
export declare const toolDefinition: Tool;
export declare const handler: (args: CreateWebhookArgs, services: ServiceContainer) => Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export { CreateWebhookArgsSchema as schema } from "../../schemas/content.js";
//# sourceMappingURL=create-webhook.d.ts.map