/** * Kimi Coding (Moonshot AI) OAuth device code flow. * @see https://auth.kimi.com */ import type { OAuthProviderInterface } from './types.js'; export declare const kimiCodingOAuthProvider: OAuthProviderInterface;