export declare const setGaAttributes: (attrs: Record<string, unknown>) => void;
export declare const getGaAttributes: () => Promise<object>;
export declare const doNotTrack: () => boolean;
export declare const isNewRelicAvailable: () => boolean;
