export declare const ScopeTypes: {
    TEAM: string;
    CHANNEL: string;
};
