import { Datafile } from "./datafile.js";
export declare const dummyData: () => Promise<Datafile>;
