// @declaration: true function doSomethingWithKeys(...keys: (keyof T)[]) { } const utilityFunctions = { doSomethingWithKeys };