export declare const loginTogether: (options: import("./oauth/index.js").OAuthController) => Promise; export declare const togetherProvider: { readonly id: "together"; readonly name: "Together"; readonly login: (cb: Parameters[0]) => Promise; };