export declare const ANONYMOUS_UID_KEY = "codesandbox-anonymous-uid"; export declare const debug: (...message: any[]) => void; export declare const global: any; export declare function getHashedUserId(userId: string): string; export declare const WHITELISTED_VSCODE_EVENTS: string[]; export declare const DO_NOT_TRACK_ENABLED: boolean; export declare const isAllowedEvent: (eventName: any, secondArg: any) => boolean;