declare const toJson: (type: string, jsonld: any) => {
    __html: string;
};
export declare const stringify: (data: any) => string;
export default toJson;
