import { Exception } from "../Exception"; export declare class GoneException extends Exception { constructor(message: string); }