import { openAttachmentParams, openAttachmentReturn } from './types'; export declare const openAttachment: (params: openAttachmentParams) => Promise;