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