import { ActionJSON } from './action-json.interface';
export declare const buildActionTestId: (action: ActionJSON) => string;
