import { EnvironmentWithConfiguration } from "../../../interfaces/environment"; export declare function welcomeHeader(): void; export declare const showInformationOnChosenEnvironment: (environment: EnvironmentWithConfiguration) => void;