import * as z from "zod/v4"; export type LibrariesDeleteV1Request = { libraryId: string; }; /** @internal */ export type LibrariesDeleteV1Request$Outbound = { library_id: string; }; /** @internal */ export declare const LibrariesDeleteV1Request$outboundSchema: z.ZodType; export declare function librariesDeleteV1RequestToJSON(librariesDeleteV1Request: LibrariesDeleteV1Request): string; //# sourceMappingURL=librariesdeletev1.d.ts.map