declare const scanCode: (options?: Partial<{ needResult: number; }>, ...args: any[]) => Promise; export { scanCode };