import type { Action } from "../../types/components/button";
/** Whether a workflow / complete_workflow button should be disabled. */
export declare function isWorkflowButtonInputGated(actionType: Action["type"], requireValidInputs: boolean | undefined, inputsSatisfied: boolean): boolean;
