import { IDesenfilaInfo } from "../interfaces";
export declare class DesenfilaInfoEntity implements IDesenfilaInfo {
    merchantId: string;
    containerId: string;
    constructor(data?: Partial<DesenfilaInfoEntity>);
}
