import { type AnyActionDefinition } from '../../types'; export declare const getActionIdentifier: (action: AnyActionDefinition) => string;