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