import type { OAuthLoginCallbacks } from "./oauth/types"; export declare const devinProvider: { readonly id: "devin"; readonly name: "Devin"; readonly login: (cb: OAuthLoginCallbacks) => Promise; readonly callbackPort: 59653; readonly pasteCodeFlow: true; };