import { ReportTreeKind } from './reportTreeTypes'; export declare const isActualBalanceKind: (kind: ReportTreeKind) => boolean; export declare const isForecastBalanceKind: (kind: ReportTreeKind) => boolean;