type TrackProps = { type: string; payload: object; }; export declare const track: ({ type, payload }: TrackProps) => void; export declare const analyticsPage: ({ type, payload }: TrackProps) => void; export declare const analyticsIdentify: ({ type, payload }: TrackProps) => void; export {};