import * as z from "zod/v4"; export type LibrariesDocumentsReprocessV1Request = { libraryId: string; documentId: string; }; /** @internal */ export type LibrariesDocumentsReprocessV1Request$Outbound = { library_id: string; document_id: string; }; /** @internal */ export declare const LibrariesDocumentsReprocessV1Request$outboundSchema: z.ZodType; export declare function librariesDocumentsReprocessV1RequestToJSON(librariesDocumentsReprocessV1Request: LibrariesDocumentsReprocessV1Request): string; //# sourceMappingURL=librariesdocumentsreprocessv1.d.ts.map