import { ApolloCache } from '@apollo/client/core'; export interface TriggerFunctionConfig { cache: ApolloCache; } declare const _default: ({ cache }: TriggerFunctionConfig) => (persist: () => void) => () => void; export default _default;