import { EndpointInterface } from '@data-client/normalizr';
import { OptimisticAction } from '../../types.js';
import { EndpointUpdateFunction } from '../types.js';
export declare function createOptimistic<E extends EndpointInterface & {
    update?: EndpointUpdateFunction<E>;
}>(endpoint: E, args: readonly [
    ...Parameters<E>
], fetchedAt: number): OptimisticAction<E>;
//# sourceMappingURL=createOptimistic.d.ts.map
