import { HandlerInput } from './handler-input'; export declare type ConnectionData = { handlerInputs: HandlerInput[]; appSnapshot: object | null; };