export declare function persistFingerprint(fingerprintId: string): void;
export declare function getPersistedFingerprint(): string | null;
