import type { AttachmentContext } from '../types';
export declare function placeAttachment(context: AttachmentContext): string;
