import type { State, StrategyOptions } from "./types.js"; export declare function getState(options: StrategyOptions): State;