import * as z from "zod/v3"; export type AssetCertificateListInputBody = { /** * A list of SHA-256 certificate fingerprints. */ certificateIds: Array | null; }; /** @internal */ export type AssetCertificateListInputBody$Outbound = { certificate_ids: Array | null; }; /** @internal */ export declare const AssetCertificateListInputBody$outboundSchema: z.ZodType; export declare function assetCertificateListInputBodyToJSON(assetCertificateListInputBody: AssetCertificateListInputBody): string; //# sourceMappingURL=assetcertificatelistinputbody.d.ts.map