import { NextFunction } from 'express'; export declare function cloudfrontPost(): (req: any, res: any, next: NextFunction) => void;