export declare const DEFAULT_QUERY_CHANNELS_MESSAGE_LIST_PAGE_SIZE = 25;
export declare const DEFAULT_QUERY_CHANNEL_MESSAGE_LIST_PAGE_SIZE = 100;
export declare const DEFAULT_MESSAGE_SET_PAGINATION: {
    hasNext: boolean;
    hasPrev: boolean;
};
//# sourceMappingURL=constants.d.ts.map