export interface CropAlphaOptions {
    /**
     * Threshold from which rows and columns should be kept.
     */
    threshold?: number;
}
//# sourceMappingURL=operations.types.d.ts.map