import { EnvironmentConfig, FileSummary, ApplicationsServiceInterface, FilesServiceInterface } from '../../typescript-angular'; import { HttpErrorResponse } from '@angular/common/http'; import { CommonArgs } from './common-args'; import { ApplicationFileConfigElement } from './application-file-config'; export declare function is_404(error: HttpErrorResponse): boolean; export declare function get_file_id(environConfig?: EnvironmentConfig): string | undefined; export declare function get_env_file(files: FilesServiceInterface, environConfig?: EnvironmentConfig): Promise; export declare function get_file_store_uri(envFile: FileSummary): string; export declare function update_env_config(applications: ApplicationsServiceInterface, args: CommonArgs, config: EnvironmentConfig): Promise; export declare function get_file_name(cfg: ApplicationFileConfigElement): string; export declare function get_mount_path(cfg: ApplicationFileConfigElement): string;