export abstract class BiometricMain { isError: boolean; init: () => Promise; supportsBiometric: () => Promise; requestCreate: () => Promise; }