import { Release } from "./ChangeLog";
import { Environment } from "../../../types";
export declare const fetchReleaseNotes: (env: Environment, servicePortalName: string, appVersion: string) => Promise<Release>;
export declare const fetchAllReleaseNotes: (env: Environment, servicePortalName: string) => Promise<Release[]>;
