import { Exception } from "../../core"; /** * An exception indicating the session terminated before the action completed. * @public */ export declare class SessionTerminatedError extends Exception { constructor(); } //# sourceMappingURL=session-terminated.d.ts.map