import { ActionSet } from './types';
export declare const createActionSet: (name: string) => ActionSet;
