export declare enum Integration { nodejs = "nodejs" } export declare function getIntegrationDescription(type: string): string; type IntegrationChoice = { name: string; value: string; }; export declare function getIntegrationChoices(): IntegrationChoice[]; export interface Args { debug: boolean; integration: Integration; } export declare const IS_DEV: boolean; export declare const DEBUG = false; export declare const DEFAULT_URL: string; export declare const ISSUES_URL = "https://github.com/comet-ml/opik/issues"; export declare const DEFAULT_HOST_URL: string; export declare const DUMMY_PROJECT_API_KEY = "_YOUR_OPIK_API_KEY_"; export declare const ANALYTICS_POSTHOG_PUBLIC_PROJECT_WRITE_KEY = "phc_NAfd7RuhI3CPTaYZ7wnjStOgyvlseao9JHp5fWkTkzM"; export declare const ANALYTICS_HOST_URL = "https://us.i.posthog.com"; export {}; //# sourceMappingURL=constants.d.ts.map