import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get server version information
 * GET /server/version
 */
export declare function getServerVersion(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
