import * as $dara from '@darabonba/typescript'; export declare class DissociateInstanceWithPrivateDNSRequest extends $dara.Model { /** * @remarks * The instance ID. * * This parameter is required. * * @example * apigateway-hz-ead4f4b0bac8 */ instanceId?: string; /** * @remarks * The internal domain names included in the resolution. * * This parameter is required. */ intranetDomains?: string[]; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }