export * from './idResolvers'; export * from './identifyModel'; /** * A map of v3 response keys to a store name. * @hidden */ export declare const PAYLOAD2MODEL: Record; /** hidden */ export declare const isOutdated: (prevData: T, nextData: T) => boolean; /** hidden */ export declare function getFutureDate(date?: string | undefined): string; /** hidden */ export declare function getPastDate(date?: string | undefined): string; //# sourceMappingURL=index.d.ts.map