import * as errorEngine from '../../error/error-module.js'; export declare class InvalidAbsorbLmsHostnameError extends errorEngine.AbsorbLmsError { constructor(message?: string); } export declare function throwInvalidAbsorbLmsHostnameError(message?: string): void; //# sourceMappingURL=hostname-errors.d.ts.map