export declare const SDK_TITLE = "Appwrite"; export declare const SDK_TITLE_LOWER = "appwrite"; export declare const SDK_VERSION = "21.0.1"; export declare const SDK_NAME = "Command Line"; export declare const SDK_PLATFORM = "console"; export declare const SDK_LANGUAGE = "cli"; export declare const SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n"; export declare const EXECUTABLE_NAME = "appwrite"; export declare const UPDATE_CHECK_INTERVAL_MS: number; export declare const HOMEBREW_TAP = "appwrite/appwrite"; export declare const HOMEBREW_FORMULA = "appwrite/appwrite/appwrite"; export declare const NPM_PACKAGE_NAME = "appwrite-cli"; export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/appwrite-cli/latest"; export declare const GITHUB_REPO = "appwrite/sdk-for-cli"; export declare const GITHUB_RELEASES_URL = "https://github.com/appwrite/sdk-for-cli/releases"; export declare const DEFAULT_ENDPOINT = "https://cloud.appwrite.io/v1"; export declare const CONFIG_RESOURCE_KEYS: readonly ["databases", "functions", "topics", "messages", "sites", "buckets", "tablesDB", "tables", "teams", "webhooks", "collections"]; export declare const TOP_LEVEL_RESOURCE_ARRAY_KEYS: Set; //# sourceMappingURL=constants.d.ts.map