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