import { TransformerFunction } from "../transformer-function";
/**
 * Transforms results to json using the schema found in the PR at https://github.com/webcomponents/custom-elements-json/pull/9
 * @param results
 * @param program
 * @param config
 */
export declare const json2Transformer: TransformerFunction;
//# sourceMappingURL=json2-transformer.d.ts.map