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