import { type IWorkerAdapter } from '@unchainedshop/core';
interface Arg {
    secondsPassed?: number;
}
interface Result {
    forked?: string;
}
export declare const ErrorNotifications: IWorkerAdapter<Arg, Result>;
export default ErrorNotifications;
