import type { Credential } from './Credential'; export declare type StoredCredentialResponse = { credential: Credential; };