import type { Context } from '../../api/context'; /** * Whether or not we collect telemetry */ export declare function canCollectTelemetry(args: any, context: Context): boolean;