import { FatcherError } from './FatcherError'; export declare function isFatcherError(error: unknown): error is FatcherError;