import { DocumentScannerOptions, DocumentScannerResult } from "./module/RNMLKitDocumentScannerModule.types"; export * from "./module/RNMLKitDocumentScannerModule.types"; export declare function scan(): Promise; export declare function launchDocumentScannerAsync(options?: DocumentScannerOptions): Promise;