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