/**
* Adds the given function with the given name to the global aux namespace.
* @param name The name of the function.
* @param func The function.
*/exportdeclarefunctionaddDebugApi(name: string, func: (...args: any[]) => any): void;
//# sourceMappingURL=DebugHelpers.d.ts.map