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