import type { KyInstance } from 'ky';
import type { Notification } from './types.js';
export declare const createGetAllNotifications: (instance: KyInstance) => () => Promise<Notification[]>;
//# sourceMappingURL=get-all.d.ts.map