astro-ghostcms/.pnpm-store/v3/files/b5/2656968a9b9daf455db322dc779...

8 lines
254 B
Plaintext

import type yargs from 'yargs-parser';
interface TelemetryOptions {
flags: yargs.Arguments;
}
export declare function notify(): Promise<void>;
export declare function update(subcommand: string, { flags }: TelemetryOptions): Promise<void>;
export {};