/**
 * Constants for default and fallback values used throughout the adapter creation process
 */
/** The recommended Node.js version to use as a fallback when none is specified */
export declare const RECOMMENDED_NODE_VERSION_FALLBACK = "20";
