declare type PrintOptions = {
    ip: string;
    port: number;
    zpl: string;
};
export default PrintOptions;
