/** Prevent compilers from constant folding `'a' + 'b'` into `'ab'`*/
export declare function preventConstantFolding(): "";
