interface Data { storyTitle: string; storyId: string; screenshotTitle: string; browser: string; } export declare const constructScreenshotFileName: (data: Data) => string; export {};