import { Request, Response } from 'express'; export declare class TauriDriverAPI { static start(req: Request, res: Response): Promise; static stop(req: Request, res: Response): Promise; }