export declare const noop: () => void; export declare function on(obj: T | null, ...args: Parameters | [string, Function | null, ...any]): void; export declare function off(obj: T | null, ...args: Parameters | [string, Function | null, ...any]): void; export declare const isBrowser: boolean; export declare const isNavigator: boolean;