import { Exception } from './exception'; export declare class PrinterNotConnectedException extends Exception { constructor(message: string); }