import { Context, PlatformAction, PluginAction } from '@reactant/types';
export declare function registerActions(registerActionName?: (actionName: string, context: Context) => void): [PluginAction[], PlatformAction[]];
