/** * Custom Error to describe an unsupported operation. */ export declare class UnsupportedOperationError extends Error { constructor(message?: string); }