export declare const ROOT_CA_DIR: string; export declare const ROOT_CA_FILE_NAME = "meegle_root_ca"; export declare const ROOT_CA_COMMON_NAME = "MeegleDeveloperPlatform"; export declare const ROOT_CA_KEY_PATH: string; export declare const ROOT_CA_CERT_PATH: string; export declare const ROOT_CA_OPTIONS: { organization: string; countryCode: string; state: string; locality: string; validity: number; };