import { Request, Response } from 'express'; export declare const testScreenshot: (req: Request, res: Response) => Promise;