/**
 * Software Name : UUV
 *
 * SPDX-License-Identifier: MIT
 *
 * This software is distributed under the MIT License,
 * see the "LICENSE" file for more details
 *
 * Authors: NJAKO MOLOM Louis Fredice & SERVICAL Stanley
 * Software description: Make test writing fast, understandable by any human
 * understanding English or French.
 */
import { A11yReferenceEnum } from "@uuv/a11y";
import { UuvA11yOptions } from "./_.common";
export declare const injectUvvA11y: () => void;
export declare const checkUvvA11y: (options: UuvA11yOptions) => void;
export declare const showUvvA11yReport: (reference: A11yReferenceEnum) => void;
