import * as z from "zod/v3";
export type HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest = {
    /**
     * 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 HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$Outbound = {
    teamSlug: string;
    projectSlug: string;
    repositoryName: string;
    digest: string;
};
/** @internal */
export declare const HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$outboundSchema: z.ZodType<HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest$Outbound, z.ZodTypeDef, HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest>;
export declare function headByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequestToJSON(headByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest: HeadByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestRequest): string;
//# sourceMappingURL=headbyteamslugbyprojectslugbyrepositorynameblobsbydigestop.d.ts.map