import { AFM } from "@gooddata/typings"; export declare function expandTotalsInAfm(afm: AFM.IAfm): AFM.IAfm; export declare function expandTotalsInResultSpec(afm: AFM.IAfm, resultSpec: AFM.IResultSpec): AFM.IResultSpec;