import { JSONSchemaType } from "ajv";
import { Endpoints } from "@kie/mock-github";
export declare const EndpointSchema: JSONSchemaType<Endpoints>;
