import { type CredentialProfileRecord, type StoredCredentialProfileSummary } from "./credential-manager.ts"; export declare const CREDENTIAL_PROFILE_KEY_PREFIX = "Pi credential profile \u00B7 "; export declare class CredentialProfileEnvelopeError extends Error { constructor(message: string); } export declare function serializeCredentialProfileEnvelope(record: CredentialProfileRecord): string; export declare function parseCredentialProfileEnvelope(value: string, expectedProfile: string): CredentialProfileRecord; /** Provider-neutral metadata projection and ordering for stored profiles. */ export declare function summarizeCredentialProfiles(records: Iterable): StoredCredentialProfileSummary[]; //# sourceMappingURL=credential-profile-envelope.d.ts.map