export interface CourierPaging {
    cursor?: string;
    more: boolean;
}
//# sourceMappingURL=CourierPaging.d.ts.map