/// import { DataStore, DataStoreTableAccessor } from '@kubevious/easy-data-store'; export interface NotificationSnoozeRow { kind: string; feedback: Buffer; snooze?: Date; } export declare const NotificationSnoozeMeta: import("@kubevious/easy-data-store").DataStoreAccessorMetaBuilder; export interface NotificationAccessors { NotificationSnooze: DataStoreTableAccessor; } export declare function prepareNotification(dataStore: DataStore): NotificationAccessors; //# sourceMappingURL=notification.d.ts.map