import * as z from "zod/v3"; export type GetBulkJobStatusRequest = { accountId?: string | undefined; jobId?: string | undefined; }; /** @internal */ export type GetBulkJobStatusRequest$Outbound = { accountId: string; jobId: string; }; /** @internal */ export declare const GetBulkJobStatusRequest$outboundSchema: z.ZodType; export declare function getBulkJobStatusRequestToJSON(getBulkJobStatusRequest: GetBulkJobStatusRequest): string; //# sourceMappingURL=getbulkjobstatus.d.ts.map