import { McpState } from '../state';
export declare const promptHandlers: (state: McpState) => {
    [x: string]: {
        name: string;
        title: string;
        description: string;
        arguments: never[];
        prompt: string;
    };
};
