export declare function setTrustedSignalSet(signals: WeakSet): void; export declare function addTrustedSignal(signal: object): void; /** * The legacy validation behavior was that this check should only * be performed for runtimes that have provided a trustedSignals set. * However, this resulted in a bug as all object values were * being considered signals in environments where the trustedSignals * set had not been defined. The runtime flag has been added as a killswitch * in case the fix needs to be reverted. */ export declare function legacyIsTrustedSignal(target: object): boolean; export declare function isTrustedSignal(target: object): boolean; //# sourceMappingURL=signals.d.ts.map