import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { DeleteNetworkProfileRequest, DeleteNetworkProfileResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteNetworkProfileCommandInput extends DeleteNetworkProfileRequest {} export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileResult, __MetadataBearer {} declare const DeleteNetworkProfileCommand_base: { new ( input: DeleteNetworkProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteNetworkProfileCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteNetworkProfileCommand extends DeleteNetworkProfileCommand_base { protected static __types: { api: { input: DeleteNetworkProfileRequest; output: {}; }; sdk: { input: DeleteNetworkProfileCommandInput; output: DeleteNetworkProfileCommandOutput; }; }; }