import type { LoaderParser } from './LoaderParser'; /** simple loader plugin for loading json data */ export declare const loadJson: LoaderParser;