export interface FingerprintAuthConfiguration {
    /** Enable debugging of plugin */
    debug: boolean;
    /** Whether or not Fingerprint will be enabled */
    enabled: boolean;
}
