/** * Normalizes and validates a channel name for storage and signal keys. * Expects: lowercase letters, numbers, hyphen, underscore; max 80 chars. */ export declare function channelNameNormalize(name: string): string; //# sourceMappingURL=channelNameNormalize.d.ts.map