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