import * as z from "zod/v4"; import * as components from "../components/index.js"; export type LibrariesShareDeleteV1Request = { libraryId: string; sharingDelete: components.SharingDelete; }; /** @internal */ export type LibrariesShareDeleteV1Request$Outbound = { library_id: string; SharingDelete: components.SharingDelete$Outbound; }; /** @internal */ export declare const LibrariesShareDeleteV1Request$outboundSchema: z.ZodType; export declare function librariesShareDeleteV1RequestToJSON(librariesShareDeleteV1Request: LibrariesShareDeleteV1Request): string; //# sourceMappingURL=librariessharedeletev1.d.ts.map