/** The version of the Needle engine */
export declare const VERSION: string;
/** The generator used to export the scene / build the web project */
export declare const GENERATOR: string;
/** The build time of the project */
export declare const BUILD_TIME: string;
export declare const PUBLIC_KEY: string;
export declare const activeInHierarchyFieldName = "needle_isActiveInHierarchy";
export declare const builtinComponentKeyName = "builtin_components";
export declare const editorGuidKeyName = "needle_editor_guid";
