/**
 * @jrmc/adonis-attachment
 *
 * @license MIT
 * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr>
 */
import type { Attachment } from '../../types/attachment.js';
export default class VariantPurger {
    #private;
    constructor(filters?: {
        variants?: string[];
    });
    purge(attachments: Attachment[]): Promise<void>;
}
//# sourceMappingURL=variant_purger_service.d.ts.map