import * as z from "zod/v3";
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<LibrariesDocumentsReprocessV1Request$Outbound, z.ZodTypeDef, LibrariesDocumentsReprocessV1Request>;
export declare function librariesDocumentsReprocessV1RequestToJSON(librariesDocumentsReprocessV1Request: LibrariesDocumentsReprocessV1Request): string;
//# sourceMappingURL=librariesdocumentsreprocessv1.d.ts.map