import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { SerdeContext as __SerdeContext } from "@smithy/types"; import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand"; import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand"; import { DescribeBundleCommandInput, DescribeBundleCommandOutput } from "../commands/DescribeBundleCommand"; import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand"; import { ExportBundleCommandInput, ExportBundleCommandOutput } from "../commands/ExportBundleCommand"; import { ExportProjectCommandInput, ExportProjectCommandOutput } from "../commands/ExportProjectCommand"; import { ListBundlesCommandInput, ListBundlesCommandOutput } from "../commands/ListBundlesCommand"; import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand"; import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand"; /** * serializeAws_restJson1CreateProjectCommand */ export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DeleteProjectCommand */ export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeBundleCommand */ export declare const se_DescribeBundleCommand: (input: DescribeBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1DescribeProjectCommand */ export declare const se_DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ExportBundleCommand */ export declare const se_ExportBundleCommand: (input: ExportBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ExportProjectCommand */ export declare const se_ExportProjectCommand: (input: ExportProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListBundlesCommand */ export declare const se_ListBundlesCommand: (input: ListBundlesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1ListProjectsCommand */ export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * serializeAws_restJson1UpdateProjectCommand */ export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; /** * deserializeAws_restJson1CreateProjectCommand */ export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1DeleteProjectCommand */ export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1DescribeBundleCommand */ export declare const de_DescribeBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1DescribeProjectCommand */ export declare const de_DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1ExportBundleCommand */ export declare const de_ExportBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1ExportProjectCommand */ export declare const de_ExportProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1ListBundlesCommand */ export declare const de_ListBundlesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1ListProjectsCommand */ export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; /** * deserializeAws_restJson1UpdateProjectCommand */ export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise;