import type { AdminClient } from './client.js'; import type { AuthorizeInput, AuthorizeResult, ExchangeInput, ExchangeResult } from './types.js'; export declare const createOAuthApi: (client: AdminClient) => { authorize: (input: AuthorizeInput) => Promise; exchange: (input: ExchangeInput) => Promise; }; //# sourceMappingURL=oauth.d.ts.map