import type { ContentAttachmentOptions } from '../../runtime';
export declare function Attachment(options: ContentAttachmentOptions): any;
export declare function Attachment(name: string, mimeType?: string): any;
