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