/** * Copyright (c) 2024 Khaled Sameer . * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. **/ import { Signal } from '../core'; /** * Debug utility to track signal updates */ export declare function debug(signal: Signal, name: string): Signal; //# sourceMappingURL=debug.d.ts.map