import React from 'react'; import type { ProjectDeployDashboardState } from './deployDashboardTypes'; export declare function DeployResumeActions(props: { readonly history: ProjectDeployDashboardState['history']; readonly disabled: boolean; readonly onResume: (executionId: string) => void; }): React.JSX.Element | null; //# sourceMappingURL=DeployResumeActions.d.ts.map