import type { ScalarState } from '@scalar/types/legacy';
declare global {
    interface Window {
        __SCALAR__: ScalarState;
    }
}
export declare const defaultStateFactory: () => ScalarState;
/**
 * This allows us to access the server state in the front-end
 */
export declare const ssrState: ScalarState;
//# sourceMappingURL=ssr-state.d.ts.map