/** *
(options: OAuthUserConfig
& { /** * Reference: https://developer.dribbble.com/v2/oauth/#scopes * * For the purposes of NextAuth.js `upload`-only scope makes no sense, * therefore it is excluded from suggested values. Treated by Dribbble as `public` when omitted. * * @default public */ scope?: "public" | "public upload"; }): OAuthConfig
; //# sourceMappingURL=dribbble.d.ts.map