interface CheckOptions {
    brokers?: boolean;
    http?: boolean;
    redis?: boolean;
    logging?: boolean;
}
export declare function runCheck(options?: CheckOptions): Promise<void>;
export {};
//# sourceMappingURL=check.d.ts.map