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