import { OpenDocumentOptions } from '../types'; declare const openDocument: (options: OpenDocumentOptions) => Promise; export default openDocument;