export declare const NODE_LTS = "22.14.0"; export declare const CAMERA_UI_LTS = "0.0.49"; export declare function getNodeLtsVersion(): Promise; export declare function getCameraUiLtsVersion(): Promise;