import type { Serwist } from "@serwist/window";
export interface SerwistContextValues {
    serwist: Serwist | null;
}
export declare const SerwistContext: import("react").Context<SerwistContextValues>;
export declare const useSerwist: () => SerwistContextValues;
//# sourceMappingURL=context.d.ts.map