import * as z from "zod/v3";
export type GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest = {
    /**
     * Single Docker repository team slug component.
     */
    teamSlug: string;
    /**
     * Single Docker repository project slug component.
     */
    projectSlug: string;
    /**
     * Single Docker repository name component.
     */
    repositoryName: string;
    /**
     * Content-addressable digest (algorithm:hex).
     */
    digest: string;
};
/** @internal */
export type GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$Outbound = {
    teamSlug: string;
    projectSlug: string;
    repositoryName: string;
    digest: string;
};
/** @internal */
export declare const GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$outboundSchema: z.ZodType<GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$Outbound, z.ZodTypeDef, GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest>;
export declare function getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequestToJSON(getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest: GetByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest): string;
//# sourceMappingURL=getbyteamslugbyprojectslugbyrepositorynameblobsbydigestop.d.ts.map