import { Strategy } from "@cocalc/util/types/sso";
/** Returns an array of public info about strategies.
 * Cached a bit so safe to call a lot.
 */
export default function getStrategies(): Promise<Strategy[]>;
export declare const COLORS: {
    readonly github: "#000000";
    readonly facebook: "#428bca";
    readonly google: "#dc4857";
    readonly twitter: "#55acee";
};
