import { Typeform } from './typeform-types'; export declare class Insights { private _http; constructor(_http: Typeform.HTTPClient); summary(args: { uid: string; }): Promise; }