1import { PermissionResponse } from 'expo-modules-core';
2declare const _default: {
3    readonly name: string;
4    readonly BarCodeType: {
5        code39mod43: string;
6        code138: string;
7        interleaved2of5: string;
8        aztec: string;
9        ean13: string;
10        ean8: string;
11        qr: string;
12        pdf417: string;
13        upc_e: string;
14        datamatrix: string;
15        code39: string;
16        code93: string;
17        itf14: string;
18        codabar: string;
19        code128: string;
20        upc_a: string;
21    };
22    readonly Type: {
23        front: string;
24        back: string;
25    };
26    requestPermissionsAsync(): Promise<PermissionResponse>;
27    getPermissionsAsync(): Promise<PermissionResponse>;
28};
29export default _default;
30//# sourceMappingURL=ExpoBarCodeScannerModule.web.d.ts.map