import { PostgreSQL } from "./types";
export declare function checkEmailExclusiveSSO(db: PostgreSQL, account_id: string, new_email_address: string, cb: (err: Error | null, result?: boolean) => void): Promise<void>;
