import { EBiometricsProvider } from '../models';
export declare class UuidUtils {
    static guid(provider: EBiometricsProvider): string;
}
