import { ActionConfig } from '../../ActionConfig'; import { Store } from '../../utils/Store'; export declare const actionConfigStore: Store; export declare function isAction(act: object): boolean;