export interface CouchbaseLiteNativeModule { getMessageFromNativeModule: () => Promise; createDatabase: (databaseName: string) => Promise saveDocument: (key: string, value: string) => Promise fetchDocuments: (property: string, value: string) => Promise }