export declare function fetchAppReleaseHistoryComponent(props: {
    yes: boolean;
    project: string;
}): Promise<import("../../infrastructure").ReleaseHistoryArray>;
export declare function appReleasePullComponent(props: {
    yes: boolean;
    project: string;
    releaseHash?: string;
}): Promise<string | undefined>;
//# sourceMappingURL=release-component.d.ts.map