export interface ConnectResult { ok: boolean; email?: string; profilePath?: string; dashboardUrl?: string; error?: string; } export declare function connectProfile(args: { apiKey: string; dashboardUrl?: string; }): Promise; //# sourceMappingURL=connect.d.ts.map