export declare const urlKey = "url"; export declare const defaultUrl = "https://app.opal.dev"; export declare const allowSelfSignedCertsKey = "allowSelfSignedCerts"; export declare const defaultAllowSelfSignedCerts = false; export declare const customHttpHeaderKey = "customHttpHeader"; export declare const getOrCreateConfigData: (configDir: string) => Record; export declare const writeConfigData: (configDir: string, newConfigData: Record) => void; export declare const isProduction: (configDir: string) => boolean;