import { JSONSchemaType } from 'ajv'; import { AddRouteSeg6LocalEncapArgs, EndB6Seg6LocalEncapArgs, EndDt6Seg6LocalEncapArgs, EndXSeg6LocalEncapArgs } from './seg6local.interfaces'; export declare const EndXSeg6LocalEncapArgsSchema: JSONSchemaType; export declare const EndDt6Seg6LocalEncapArgsSchema: JSONSchemaType; export declare const EndB6Seg6LocalEncapArgsSchema: JSONSchemaType; export declare const RouteSeg6LocalEncapArgsSchema: JSONSchemaType;