export declare function listConnections(opts?: { json?: boolean; }): Promise; export declare function revokeConnection(clientId: string, opts?: { yes?: boolean; }): Promise; //# sourceMappingURL=connections.d.ts.map