import { JSONSchemaType } from 'ajv'; import { AddLinkMacvlanMacvtapTypeArgs, SetLinkMacvlanMacvtapTypeArgs } from './macvlan-macvtap.interfaces'; export declare const AddLinkMacvlanMacvtapArgsSchema: JSONSchemaType; export declare const SetLinkMacvlanMacvtapArgsSchema: JSONSchemaType;