export declare const changeVariableValue: (variableName: string, variableValue: string) => void;
