import { IMobyoInfo } from '../interfaces';
export declare class MobyoInfoEntity implements IMobyoInfo {
    companyId: string;
    containerId: string;
    constructor(data?: Partial<MobyoInfoEntity>);
}
