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"; export declare const se_CreateProjectCommand: ( input: CreateProjectCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_DeleteProjectCommand: ( input: DeleteProjectCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_DescribeBundleCommand: ( input: DescribeBundleCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_DescribeProjectCommand: ( input: DescribeProjectCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_ExportBundleCommand: ( input: ExportBundleCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_ExportProjectCommand: ( input: ExportProjectCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_ListBundlesCommand: ( input: ListBundlesCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_ListProjectsCommand: ( input: ListProjectsCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const se_UpdateProjectCommand: ( input: UpdateProjectCommandInput, context: __SerdeContext ) => Promise<__HttpRequest>; export declare const de_CreateProjectCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_DeleteProjectCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_DescribeBundleCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_DescribeProjectCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_ExportBundleCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_ExportProjectCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_ListBundlesCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_ListProjectsCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise; export declare const de_UpdateProjectCommand: ( output: __HttpResponse, context: __SerdeContext ) => Promise;