import { FlowAuctionBid } from "./FlowAuctionBid"; export declare type FlowAuctionBidsPagination = { bids: Array; continuation?: string; };