import { FastifyRabbitMQOptions } from "./decorate.js";
export declare const validateOpts: (options: FastifyRabbitMQOptions) => Promise<void>;
