/// import type { ResponsiveAttachmentDecorator } from '@ioc:Adonis/Addons/ResponsiveAttachment'; /** * Default breakpoint options */ export declare const DEFAULT_BREAKPOINTS: { large: number; medium: number; small: number; }; /** * Attachment decorator */ export declare const responsiveAttachment: ResponsiveAttachmentDecorator;