import { PeekdataError } from 'peekdata-datagateway-api-sdk'; export declare function isPeekdataError(error: Error): error is PeekdataError;