export declare class MobyoApiConfigEntity {
    hasIntegration: boolean;
    hasPrint: boolean;
    integrationUrl: string;
    printCols: number;
    printInterface: string;
    printType: string;
    constructor(data?: Partial<MobyoApiConfigEntity>);
}
