import { Entity } from '../@shared/entity';
import { IGetParams, IGetResponse } from './interfaces/get.interface';
export declare class LogisticasEtiquetas extends Entity {
    get(params: IGetParams): Promise<IGetResponse>;
}
