import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { IJISInfotext } from "./interfaces/IJISInfotext";
export declare const jisInfotextsJsonSchema: JSONSchemaType<IJISInfotext[]>;
