import { FlowActivity } from "./FlowActivity"; export declare type FlowActivities = { continuation?: string; items: Array; };