/** Contains the default TLS endpoint suffix used by the conventional resolver. */ export declare const domain = "api.nebius.cloud:443"; /** Contains the default Nebius CLI directory before home-directory expansion. */ export declare const defaultConfigDir = "~/.nebius"; /** Contains the configuration file name below {@link defaultConfigDir}. */ export declare const defaultConfigFile = "config.yaml"; /** Contains the credentials file name below {@link defaultConfigDir}. */ export declare const defaultCredentialsFile = "credentials.yaml"; /** Contains the environment-variable name for an explicit IAM bearer token. */ export declare const tokenEnv = "NEBIUS_IAM_TOKEN"; /** Contains the environment-variable name that selects a CLI profile. */ export declare const profileEnv = "NEBIUS_PROFILE"; /** Contains the environment-variable name that overrides the API endpoint. */ export declare const endpointEnv = "NEBIUS_ENDPOINT"; //# sourceMappingURL=constants.d.ts.map