import { CoreSettings, CropperState } from "../types/index";
declare function flipImageAlgorithm(state: CropperState, settings: CoreSettings, horizontal?: boolean, vertical?: boolean): CropperState;
export { flipImageAlgorithm };
