export declare type Pagination = {
    offset?: number;
    limit: number;
};
