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