import { type Flags } from '../flags.js'; interface TelemetryOptions { flags: Flags; } export declare function notify(): Promise; export declare function update(subcommand: string, { flags }: TelemetryOptions): Promise; export {};