export declare const computeHiddenBoundaries: ({ fullRenderOrder, hiddenCols, }: { fullRenderOrder: readonly string[]; hiddenCols: readonly string[]; }) => Map;