/**
 * Automatically rotates the image based on the EXIF orientation parameter.
 *
 * See https://github.com/imgproxy/imgproxy/blob/6f292443eafb2e39f9252175b61faa6b38105a7c/docs/generating_the_url.md#auto-rotate for the imgproxy documentation
 *
 * @returns The auto-rotate param string
 */
declare const autoRotate: () => string;
export default autoRotate;
