import { IErrorNotification } from './error-notification.type';
export declare function createErrorNotification<GError>(error: GError): IErrorNotification<GError>;
