import { FlowAuction } from "./FlowAuction"; export declare type FlowAuctionsPagination = { auctions: Array; continuation?: string; };