import { Express } from "express"; import { Context, GrowthBookProxy } from "./types"; export { Context, GrowthBookProxy, CacheEngine } from "./types"; export declare const version: string; export declare const growthBookProxy: (app: Express, context?: Partial) => Promise;