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