export interface IAttachmentOptions { maxFileSize: number; } export declare const attachmentOptions: IAttachmentOptions;