export declare type ReplacementValues = {
    [P in string]: string | number | boolean | ReplacementValues;
};
