export declare const answerWithCache: ({ type, payload, resource, action, rest, onSuccess, resourceState, dispatch, }: { type: any; payload: any; resource: any; action: any; rest: any; onSuccess: any; resourceState: any; dispatch: any; }) => Promise | import("../..").GetManyResult>;