import type { fixture, html } from '@open-wc/testing';
declare class WebHelpers {
    html: typeof html;
    fixture: typeof fixture;
    constructor();
    enable(): void;
}
export declare const webhelpers: WebHelpers;
export {};
