/** * Outputs the given JSON data. * * @param data - The data to be output. * * @internal */ export declare function output(data: unknown): void;