export declare function IsBlackReadable(color: string): boolean; export declare function getChannelDirection(channelRestrictions: { read: boolean; write: boolean; }): string;