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