import { h, Session } from '@satorijs/core'; import { LineBot } from './bot'; import { EventMessage, WebhookEvent } from './types'; export declare function adaptMessage(bot: LineBot, message: EventMessage): Promise; export declare function adaptSessions(bot: LineBot, body: WebhookEvent): Promise[]>;