import { SDataArray } from 's-array'; /** * Alert to the user. */ export interface Alert { title: string; message: string; } /** * Creates a new “alert state” consisting of all alerts currently shown to the user. */ export declare function createAlerts(): SDataArray; //# sourceMappingURL=alerts-model.d.ts.map