import { BotContext } from './types'; export declare const extractContext: (headers: Record) => BotContext;