import { StringDict } from "../../../src/parsing/common";
import { GeneratedV1Prediction } from "./generatedV1Prediction";
/**
 * Generated V1 document prediction results.
 */
export declare class GeneratedV1Document extends GeneratedV1Prediction {
    constructor(rawPrediction: StringDict);
}
