export declare class CustomError extends Error { constructor(message: string, e?: Error); } export declare class ExpiredCredentialsError extends CustomError { constructor(message: string, e?: Error); } export declare class InvalidCredentialsError extends CustomError { constructor(message: string, e?: Error); } export declare class InvalidResourceUrnError extends CustomError { constructor(message: string, e?: Error); } export declare class ViewerInitializationError extends CustomError { constructor(message: string, e?: Error); } export declare class ComponentInitializationError extends CustomError { constructor(message: string, e?: Error); } export declare class SceneRenderError extends CustomError { constructor(message: string, e?: Error); } export declare class UnsupportedOperationError extends CustomError { constructor(message: string, e?: Error); } export declare class WebsocketConnectionError extends CustomError { constructor(message: string, e?: Error); } export declare class InteractionHandlerError extends CustomError { constructor(message: string, e?: Error); } export declare class MissingJWTError extends CustomError { constructor(message: string, e?: Error); } export declare class ImageLoadError extends CustomError { constructor(message: string, e?: Error); } export declare class IllegalStateError extends CustomError { constructor(message: string, e?: Error); } export declare class NoImplementationFoundError extends CustomError { constructor(message: string, e?: Error); } export declare class InvalidArgumentError extends CustomError { constructor(message: string, e?: Error); } export declare class InvalidCameraError extends CustomError { constructor(message: string, e?: Error); }