import type { NativeBiometricPlugin } from "./definitions";
declare const NativeBiometric: NativeBiometricPlugin;
export * from "./definitions";
export { NativeBiometric };
