import { ImportBookmarkInfoCore } from '../../../../../common/formats/utils/import-bookmark-info-core';
import { Table } from '../../../../../common/model/tables/main-structures/table';
export declare class ImportRangePermissionInfo extends ImportBookmarkInfoCore {
    table: Table;
    columnFirst: number;
    columnLast: number;
    firstRowIndex: number;
    lastRowIndex: number;
    userName: string;
    group: string;
}
