import { EBarcodeFormat, EPayioChefTabMode } from '../../chef-config';
import { IPayioBigChefConfigOperation } from '../interfaces';
export declare class PayioBigChefConfigOperationEntity implements IPayioBigChefConfigOperation {
    tabBarcodeFormat: EBarcodeFormat;
    tabBarcodeInitialFlag: string;
    tabBipOnPrint: boolean;
    tabHeaderMessages: string[];
    tabListItems: string[];
    tabPrintFormat: 'simple' | 'tabular';
    tabShowBarCode: boolean;
    tabShowNetWeight: boolean;
    tabShowOrderNumber: boolean;
    tabShowPricePerKg: boolean;
    tabShowTotalPrice: boolean;
    tabStartOrderIn: number;
    tabMode: EPayioChefTabMode;
    tabUrlLogo: string;
    visionDeviceId: string;
    constructor(data?: Partial<PayioBigChefConfigOperationEntity>);
}
