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