import { EntityPhraseSpec, NarrativeTextSpec } from '../schema';
export declare const getVariableMap: (spec: NarrativeTextSpec) => Record<string, EntityPhraseSpec>;
