import type { Denormalize, Queryable, SchemaArgs } from '@data-client/normalizr'; import type { SetAction } from '../../types.js'; export declare function createSet(schema: S, { args, fetchedAt, value, }: { args: readonly [...SchemaArgs]; value: {} | ((previousValue: Denormalize) => {}); fetchedAt?: number; }): SetAction; //# sourceMappingURL=createSet.d.ts.map