import { CustomError } from './custom-error'; export declare class InvalidRemoteUrlError extends CustomError { private static ERROR_MESSAGE; constructor(); }