import { CoreSettings, CropperState, PostprocessAction } from 'advanced-cropper'; export declare function hybridStencilAutoZoomAlgorithm(state: CropperState, settings: CoreSettings): CropperState; export declare function hybridStencilAutoZoom(state: CropperState, settings: CoreSettings, action: PostprocessAction): CropperState;