export declare enum WorkerBiometryStatus { /** * The status will be pending if the worker needs to send data to */ PENDING = "pending", INACTIVE = "inactive", ACTIVE = "active" }