import type { INodeProperties, INodePropertyOptions } from 'n8n-workflow'; export declare const AVAILABLE_ACTION: { readonly checkConnectionStatus: "checkConnectionStatus"; readonly commentOnPost: "commentOnPost"; readonly createPost: "createPost"; readonly fetchCompany: "fetchCompany"; readonly fetchPerson: "fetchPerson"; readonly fetchPost: "fetchPost"; readonly fetchJob: "fetchJob"; readonly reactToPost: "reactToPost"; readonly removeConnection: "removeConnection"; readonly retrieveConnections: "retrieveConnections"; readonly retrievePendingRequests: "retrievePendingRequests"; readonly retrievePerformance: "retrievePerformance"; readonly retrieveSSI: "retrieveSSI"; readonly searchCompanies: "searchCompanies"; readonly searchPeople: "searchPeople"; readonly searchJobs: "searchJobs"; readonly sendConnectionRequest: "sendConnectionRequest"; readonly sendMessage: "sendMessage"; readonly syncConversation: "syncConversation"; readonly withdrawConnectionRequest: "withdrawConnectionRequest"; readonly nvFetchCompany: "nvFetchCompany"; readonly nvFetchPerson: "nvFetchPerson"; readonly nvSearchCompanies: "nvSearchCompanies"; readonly nvSearchPeople: "nvSearchPeople"; readonly nvSendMessage: "nvSendMessage"; readonly nvSyncConversation: "nvSyncConversation"; readonly customWorkflow: "customWorkflow"; readonly getWorkflowResult: "getWorkflowResult"; readonly cancelWorkflow: "cancelWorkflow"; readonly pollConversations: "pollConversations"; readonly actionsUsageStatistics: "actionsUsageStatistics"; readonly adminGetSubscriptionStatus: "adminGetSubscriptionStatus"; readonly adminGetSeats: "adminGetSeats"; readonly adminSetSeats: "adminSetSeats"; readonly adminGetAccounts: "adminGetAccounts"; readonly adminReparseAccountInfo: "adminReparseAccountInfo"; readonly adminCreateReconnectionSession: "adminCreateReconnectionSession"; readonly adminConnectAccount: "adminConnectAccount"; readonly adminGetConnectionSession: "adminGetConnectionSession"; readonly adminCancelConnectionSession: "adminCancelConnectionSession"; readonly adminDisconnectAccount: "adminDisconnectAccount"; readonly adminRegenerateToken: "adminRegenerateToken"; readonly adminGetLimitsDefaults: "adminGetLimitsDefaults"; readonly adminGetLimits: "adminGetLimits"; readonly adminGetLimitsUsage: "adminGetLimitsUsage"; readonly adminSetLimits: "adminSetLimits"; readonly adminDeleteLimits: "adminDeleteLimits"; readonly adminResetLimits: "adminResetLimits"; }; export type TAvailableAction = (typeof AVAILABLE_ACTION)[keyof typeof AVAILABLE_ACTION]; export declare const availableStandardOperations: INodeProperties; export declare const availableSalesNavigatorOperations: INodeProperties; export declare const customWorkflowOption: INodePropertyOptions; export declare const availableOtherOperations: INodeProperties; export declare const availableAdminOperations: INodeProperties;