import { State } from '../shared/State'; export type Version = { getVersion(): string; getAllVersions(endpoints: { base: string; path: string; }[]): Promise[]>; }; declare const _default: (state: State) => Version; export default _default; export declare function getVersion({ state }: { state: State; }): string; export declare function getAllVersions({ endpoints, state, }: { endpoints: { base: string; path: string; }[]; state: State; }): Promise[]>; //# sourceMappingURL=VersionUtils.d.ts.map