import type { Signal } from './types.ts'; export declare function signal(initial: T): Signal; //# sourceMappingURL=signal.d.ts.map