import { Server } from '@modelcontextprotocol/sdk/server/index.js';
export declare const promptsSchema: ({
    name: string;
    description: string;
    arguments: {
        name: string;
        description: string;
        required: boolean;
    }[];
} | {
    name: string;
    description: string;
    arguments?: undefined;
})[];
export declare const setupPrompts: (server: Server) => void;
//# sourceMappingURL=prompts.d.ts.map