import { Attachment } from '../../types.js';
import { Handler } from '../parser.js';
export declare const attachment: Handler<Attachment>;
