import * as z from "zod/v3";
export type LibraryInUpdate = {
    name?: string | null | undefined;
    description?: string | null | undefined;
};
/** @internal */
export type LibraryInUpdate$Outbound = {
    name?: string | null | undefined;
    description?: string | null | undefined;
};
/** @internal */
export declare const LibraryInUpdate$outboundSchema: z.ZodType<LibraryInUpdate$Outbound, z.ZodTypeDef, LibraryInUpdate>;
export declare function libraryInUpdateToJSON(libraryInUpdate: LibraryInUpdate): string;
//# sourceMappingURL=libraryinupdate.d.ts.map