/** * Matches a signal type against a pattern using `*` as a segment wildcard. * Expects: both values are non-empty strings; `:` separates segments. */ export declare function signalTypeMatchesPattern(signalType: string, pattern: string): boolean; //# sourceMappingURL=signalTypeMatchesPattern.d.ts.map