import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Sharing } from "./sharing.js"; export type ListSharingResponse = { data: Array; }; /** @internal */ export declare const ListSharingResponse$inboundSchema: z.ZodType; export declare function listSharingResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=listsharingresponse.d.ts.map