import { Bouton } from "../input/bouton";
export declare class CheckConfig {
    static testBouton(bouton: Bouton): Promise<any>;
}
