import ZBarInstance from './ZBarInstance';
export declare const loadWasmInstance: (importObj: any) => Promise<ZBarInstance | null>;
