export interface NativeCameraBridgeContract { scanQRCode(showGallery: boolean, validator: string): Promise; startCamera(): Promise; }