import { IWorkerAdapter } from '@unchainedshop/core';
type Arg = {
    secondsPassed?: number;
};
type Result = {
    forked?: string;
};
export declare const ErrorNotifications: IWorkerAdapter<Arg, Result>;
export default ErrorNotifications;
//# sourceMappingURL=error-notifications.d.ts.map