import { Exception } from "./Types.js"; export declare class SystemException extends Exception { } export declare class TimeoutException extends SystemException { }