import { InjectionToken } from "@angular/core"; import { BootstrapVersion } from "../Enums/BootstrapVersion"; import { ErrorMessage } from "../Models/error-message"; export declare const CUSTOM_ERROR_MESSAGES: InjectionToken; export declare const BOOTSTRAP_VERSION: InjectionToken;