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