import { JSONSchemaType } from "ajv";
import { API } from "../../mockapi/mockapi.types";
export declare const APISchema: JSONSchemaType<API>;
