import type { FetchState } from '../fetch/fetch-state.js';
export declare function provideSession(state: FetchState): void;
