import { Exception } from "./exception";
export declare class UnsupportedOperationException extends Exception {
}
