import { ClientSDK, RequestOptions } from "../lib/sdks.js";
import * as components from "../models/components/index.js";
import * as operations from "../models/operations/index.js";
export declare class TabInfo extends ClientSDK {
/**
* Returns all tabs associated with the given account
*
* @remarks
* Returns all tabs associated with the given account.
*
* **Note**: Unlike the Connected Fields UI, this endpoint returns only fields that are either mandatory or have the **IsRequiredForVerifyingType** decorator
*/
getConnectedFieldsTabGroups(request: operations.ConnectedFieldsApiGetTabGroupsRequest, options?: RequestOptions): Promise>;
}
//# sourceMappingURL=tabinfo.d.ts.map