import { Request, Response } from "express";
export declare const handleExportStory: (pageUrl: string) => (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
