/**
 * Operation Not Support Error
 */
export declare class NotSupportedOperationError extends Error {
}
