import { UserProfileCallbackOpts } from "./types";
export declare function addUserProfileCallback(opts: UserProfileCallbackOpts): void;
