import type { OAuthController, OAuthCredentials } from "./oauth/types"; export declare function loginKilo(callbacks: OAuthController): Promise; export declare const kiloProvider: { readonly id: "kilo"; readonly name: "Kilo Gateway"; readonly login: typeof loginKilo; };