export default readIdCardFromImage; declare function readIdCardFromImage({ blob, resultWarmup }: { blob: any; resultWarmup: any; }): Promise;