export declare class DepsCheckerError extends Error { readonly helpLink: string; constructor(message: string, helpLink: string); } export declare class NodeNotFoundError extends DepsCheckerError { constructor(message: string, helpLink: string); } export declare class NodeNotSupportedError extends DepsCheckerError { constructor(message: string, helpLink: string); } export declare class BackendExtensionsInstallError extends DepsCheckerError { constructor(message: string, helpLink: string); } //# sourceMappingURL=errors.d.ts.map