Alert variable

Signature:

Alert: {
    error: (title: string, message: string) => Promise<void>;
}