import joi from 'joi'; import { IPrintBulkLabelRequest } from './interfaces'; export declare const finalizarEntradaDeMaterialBody: joi.ObjectSchema; export declare const undoEntradaDeMaterialBody: joi.ObjectSchema; export declare const printLabelParams: joi.ObjectSchema; export declare const printLabelQuery: joi.ObjectSchema; export declare const printBulkLabelQuery: joi.ObjectSchema;