import type { RunLabel, RunLabelObject } from '../../types/internal';
/**
 * Get `RunLabelObject` from `RunLabel`.
 * Not internal because `runLabel` is a part of `TestRun` type, used in userland hooks.
 */
export declare const getRunLabelObject: (runLabel: RunLabel) => RunLabelObject;
