import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LightsailClient"; import { GetBlueprintsRequest, GetBlueprintsResult } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetBlueprintsCommandInput extends GetBlueprintsRequest {} export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __MetadataBearer {} declare const GetBlueprintsCommand_base: { new ( input: GetBlueprintsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetBlueprintsCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetBlueprintsCommand extends GetBlueprintsCommand_base { protected static __types: { api: { input: GetBlueprintsRequest; output: GetBlueprintsResult; }; sdk: { input: GetBlueprintsCommandInput; output: GetBlueprintsCommandOutput; }; }; }