import type { JSONValue } from 'tiny-types';
import { Artifact } from '../Artifact.js';
export declare class JSONData extends Artifact {
    static fromJSON(value: JSONValue): JSONData;
    map<O>(fn: (decodedValue: JSONValue) => O): O;
}
//# sourceMappingURL=JSONData.d.ts.map