/**
 * The URL the CLI will be running against.
 */
export declare const DEFAULT_GROWTHBOOK_BASE_URL = "https://api.growthbook.io";
/**
 * Default generated directory for feature definition types
 */
export declare const DEFAULT_GROWTHBOOK_TYPES_DESTINATION = "./growthbook-types";
/**
 * Filename for the generated feature definition types
 */
export declare const GROWTHBOOK_APP_FEATURES_FILENAME = "app-features.ts";
/**
 * Default profile used when a profile flag is not provided
 */
export declare const DEFAULT_GROWTHBOOK_PROFILE = "default";
