import { BaseDeskewService } from "../core/base-deskew.service.js"; import type { DebuggingOptions, DetectionOptions } from "../interface.js"; /** * Service for calculating the skew angle of an image containing text. */ export declare class DeskewService extends BaseDeskewService { constructor(options?: Partial, debugging?: Partial); }