import type { Nonce } from '../../../types/nonce'; export declare const generateGoogleState: (_params: { nonce: Nonce; }) => Promise;