import { APIClient } from '@agentuity/api'; import { type OAuthUserConsent } from './types.ts'; export declare function oauthUserConsent(client: APIClient): Promise; export declare function oauthUserConsentRevoke(client: APIClient, clientId: string): Promise<{ deleted: true; }>; //# sourceMappingURL=consent.d.ts.map