import * as z from "zod/v4-mini";
export type GetManifestGlobals = {
/**
* Optional string used to pick a non-default API version to use. See our API version guide.
*/
shippoApiVersion?: string | undefined;
};
export type GetManifestRequest = {
/**
* Object ID of the manifest to update
*/
manifestId: string;
};
/** @internal */
export type GetManifestRequest$Outbound = {
ManifestId: string;
};
/** @internal */
export declare const GetManifestRequest$outboundSchema: z.ZodMiniType;
export declare function getManifestRequestToJSON(getManifestRequest: GetManifestRequest): string;
//# sourceMappingURL=getmanifest.d.ts.map