import type { INodeProperties } from 'n8n-workflow'; export declare const LINKED_API_GROUP: { standard: string; salesNavigator: string; other: string; admin: string; }; export type TGroup = (typeof LINKED_API_GROUP)[keyof typeof LINKED_API_GROUP]; export declare const availableGroups: INodeProperties;