import { type ScanDocumentOptions, type ScanDocumentResponse } from './NativeDocumentScanner'; export type { ScanDocumentOptions, ScanDocumentResponse, } from './NativeDocumentScanner'; export { ResponseType, ScanDocumentResponseStatus, } from './NativeDocumentScanner'; declare const _default: { /** * Opens the camera, and starts the document scan */ scanDocument(options?: ScanDocumentOptions): Promise; }; export default _default; //# sourceMappingURL=index.d.ts.map