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