import { DeviceInfo } from '../DeviceInfo';
export declare class PrintStartedEventArgs {
    deviceInfo: DeviceInfo;
    handled: boolean;
    constructor(deviceInfo: DeviceInfo);
}
