import { TContextStore } from './context-store'; import { TGetNativeContextFunction } from './get-native-context-function'; export type TGetNativeContextFactory = (contextStore: TContextStore) => TGetNativeContextFunction; //# sourceMappingURL=get-native-context-factory.d.ts.map