import * as z from "zod/v3";
export type UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest = {
    /**
     * Single Docker repository team slug component.
     */
    teamSlug: string;
    /**
     * Single Docker repository project slug component.
     */
    projectSlug: string;
    /**
     * Single Docker repository name component.
     */
    repositoryName: string;
    /**
     * Blob upload session identifier.
     */
    uuid: string;
};
/** @internal */
export type UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest$Outbound = {
    teamSlug: string;
    projectSlug: string;
    repositoryName: string;
    uuid: string;
};
/** @internal */
export declare const UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest$outboundSchema: z.ZodType<UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest$Outbound, z.ZodTypeDef, UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest>;
export declare function updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequestToJSON(updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest: UpdateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidRequest): string;
//# sourceMappingURL=updatebyteamslugbyprojectslugbyrepositorynameblobsuploadsbyuuidop.d.ts.map