/** * Docutain SDK Capacitor * Copyright (c) INFOSOFT Informations- und Dokumentationssysteme GmbH. All rights reserved. * * Docutain SDK Capacitor is a commercial product and requires a license. * Details found in the LICENSE file in the root directory of this source tree. */ import type { DocutainSDKPlugin } from './definitions'; /** * DocutainSDK instance. */ declare const DocutainSDK: DocutainSDKPlugin; export * from './definitions'; export { DocutainSDK };