import { IEmptyError } from './empty-error.type';
export declare function isEmptyError(value: unknown): value is IEmptyError;
