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