import { autumn } from './index.js';
import './createAutumnEndpoint-Clm1sxhQ.js';
import '@better-auth/core/api';
import './types.js';

type AutumnPlugin = typeof autumn;
/** Client plugin for Autumn - provides type inference for auth client */
declare const autumnClient: () => {
    id: "autumn";
    $InferServerPlugin: ReturnType<AutumnPlugin>;
};

export { autumnClient };
