export declare const UPLOADER_TMP_PREFIX = "foresight_uploader"; export declare const UPLOADER_SIGNER_PATH = "/signedUrl"; export declare const UPLOADER_METADATA_FILENAME = "CLI_REPORT_METADATA.json"; export interface KeyValueType { [key: string]: string; } export declare const UPLOADER_SIGNED_URL_TYPES: KeyValueType; export declare const ALLOWED_COMMANDER_EXIT_CODES: string[]; export declare const TEST_FRAMEWORK_TYPES: KeyValueType; export declare const TEST_FORMAT_TYPES: KeyValueType; export declare const COVERAGE_FORMAT_TYPES: KeyValueType;