/**
 * Linode MCP Server version information
 */
export declare const VERSION = "0.3.0";
export declare const VERSION_INFO: {
    version: string;
    features: {
        stdio: boolean;
        http: boolean;
        apiKeyAuth: boolean;
    };
};
