import { PassportLoginOpts } from "@cocalc/server/auth/sso/types";
export declare function sanitizeProfile(opts: PassportLoginOpts): void;
