import type { StringReplacements } from '../../types/string-replacements.js';
/**
 * Setup-facing catalog of replaceable string keys.
 */
export declare const STRING_REPLACEMENT_DEFINITIONS: StringReplacements;
