import { AppState } from "@nteract/types"; /** * Returns the version of the nteract application. */ export declare const appVersion: (state: AppState) => string;