/**
 * Copyright 2024 Mytra Control S.L. All rights reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
 * or at https://opensource.org/licenses/MIT.
 */
import { DoorKeeper } from '@mdf.js/doorkeeper';
import { Control } from '../../types';
interface ControlSchemas {
    'Control.Message.Command': Control.CommandMessage;
    'Control.Message.Response': Control.ResponseMessage;
    'Control.Message': Control.Message;
}
export declare const Checker: DoorKeeper<ControlSchemas>;
export {};
//# sourceMappingURL=index.d.ts.map