import type { AuthenticateOptions, AuthenticateResult, CommandContext } from './types'; export declare const authenticate: (ctx: CommandContext, options: AuthenticateOptions) => Promise; //# sourceMappingURL=authenticate.d.ts.map