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