export declare const SharedConstants: {
    broadcast: {
        channelName: string;
    };
    commaSeparatedValue: string;
};
