import { GraphType } from '../common/constants';
export declare function track(graphType: GraphType): void;
