import type { TransformFactory } from '../types.js'; export interface TintOptions { tint: string; } export declare const tint: TransformFactory;