import PixiVNJson from '../interface/PixiVNJson.js';
import '../types/LabelJsonType.js';
import '../types/StepLabelJsonType.js';
import '../types/LabelIdType.js';
import '../types/StorageElementType.js';
import '../types/LabelRunModeType.js';

/**
 * Import a Pixi'VN JSON to the system.
 * This feature was created to give other developers the ability to create tools that can generate Pixi'VN labels or that generate Pixi'VN after extracting information from a programming language designed for writing narratives.
 * @param data The Pixi'VN JSON to be imported
 * @returns
 */
declare function importPixiVNJson(data: PixiVNJson | string): void;

export { importPixiVNJson };
