import type { Credential } from './Credential'; export declare type StoredCredentialsResponse = { credentials: Credential[]; };