import type { DataType } from '../type/Data/DataType.ts';
/**
 * A variable that stores demo data for testing and showcasing.
 * It is used automatically when the app is started.
 *
 * @property {DataType} demoData - The demo data.
 */
export declare const demoData: DataType;
