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