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