import type { RestFetcher } from '../../rest.js';
export declare const createMarkAllAsRead: (request: RestFetcher) => () => Promise<void>;
