/**
* This function takes a string and replace {variables} with given values.
*/exportdeclarefunctionreplaceVariables(value: string, variablesOrCallback: Record<string, string | number> | ((match: string) => string)): string;
//# sourceMappingURL=replace-variables.d.ts.map