export declare class TauriDriverUtility {
    private static tauriDriver;
    static start(): void;
    static stop(): void;
}
