/**
 * @file ttf2woff
 * @author junmer eltorio
 */
import type { Transform } from 'stream';
import type { PluginCloneOption } from '../index.js';
/**
 * ttf2woff fontmin plugin
 * @api public
 */
declare const _default: (_opts?: PluginCloneOption) => Transform;
export default _default;
