import { ExtendedQuestion } from '../../../types'; export declare enum ANDROID_QUESTIONS_ENVS { KEY_FILE = "KEY_FILE", KEYSTORE_BASE64 = "KEYSTORE_BASE64", KEYSTORE_ALIAS = "KEYSTORE_ALIAS", KEYSTORE_PASSWORD = "KEYSTORE_PASSWORD", GOOGLE_PLAY_KEY = "GOOGLE_PLAY_KEY", SLACK_URL = "SLACK_URL" } export declare const androidQuestionsMap: { [key: string]: ExtendedQuestion; }; export declare const androidEnvsList: string[]; export declare const createAndroidCircleEnvs: () => Promise;