export declare function guidelinesValidator(args: unknown): Promise<import("./shared/error-handler.js").McpResponse | {
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=guidelines-validator.d.ts.map