export interface NonStreamingOrderByResult {
    orderByItems: any[];
    payload: any;
}
export interface OrderByDocument {
    orderByItems: any[];
    payload: any;
}
//# sourceMappingURL=nonStreamingOrderByResult.d.ts.map