export declare function sanitizeUnknownAgentCredentials(raw: unknown, accessibleCredentialIds: ReadonlySet<string>): unknown;
