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