import { IAdvancedKeyInputExecuteData } from "./_types/IAdvancedKeyInputExecuteData"; import { IExecutable } from "../../../../../actions/types/execute/_types/IExecutable"; /** * An action to let users update key inputs */ export declare const advancedKeyInputEditAction: import("../../../../../actions/_types/IAction").IAction> & { createBinding: import("../../../../../actions/_types/IBindingCreator").IBindingCreator>; }; //# sourceMappingURL=advancedKeyInputEditAction.d.ts.map