/**
 * @jrmc/adonis-attachment
 *
 * @license MIT
 * @copyright Jeremy Chaufourier <jeremy@chaufourier.fr>
 */
import type { AttachmentService } from '../src/types/config.js';
declare let manager: AttachmentService;
export { manager as default };
//# sourceMappingURL=main.d.ts.map