import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type DebugPackagePresignedURLs = { readUrl: string; writeUrl: string; }; /** @internal */ export declare const DebugPackagePresignedURLs$inboundSchema: z.ZodType; export declare function debugPackagePresignedURLsFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=debugpackagepresignedurls.d.ts.map