import { IOAuthState } from "../types/oauthState.js";
export declare function getOauthStateId(state?: string | IOAuthState, win?: Window): string;
