export declare class BaseModuleSiteStorageValuesModel {
    mainDataContentRowCount: number;
    rowCount: boolean;
    updatedContent: Date;
}
