import type { StoreFunctionData } from '../../extend/renderer';
declare function jsonRenderer(data: StoreFunctionData): any;
export = jsonRenderer;
