export declare const init: ({ idToken }: {
    idToken: string;
}) => Promise<void>;
