import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteImagePermissionsCommandInput extends DeleteImagePermissionsRequest {} export interface DeleteImagePermissionsCommandOutput extends DeleteImagePermissionsResult, __MetadataBearer {} declare const DeleteImagePermissionsCommand_base: { new ( input: DeleteImagePermissionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteImagePermissionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteImagePermissionsCommandInput, DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteImagePermissionsCommand extends DeleteImagePermissionsCommand_base { protected static __types: { api: { input: DeleteImagePermissionsRequest; output: {}; }; sdk: { input: DeleteImagePermissionsCommandInput; output: DeleteImagePermissionsCommandOutput; }; }; }