import * as errorLibrary from '../../../error/error-library.js'; export declare class InvalidAbsorbLmsUserResourceError extends errorLibrary.AbsorbLmsError { constructor(message?: string); } export declare function throwInvalidAbsorbLmsUserResourceError(message?: string): void; //# sourceMappingURL=resource-errors.d.ts.map