import * as z from "zod/v3";
import { Result as SafeParseResult } from "../../types/fp.js";
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
export type FileSignedURL = {
    url: string;
};
/** @internal */
export declare const FileSignedURL$inboundSchema: z.ZodType<FileSignedURL, z.ZodTypeDef, unknown>;
export declare function fileSignedURLFromJSON(jsonString: string): SafeParseResult<FileSignedURL, SDKValidationError>;
//# sourceMappingURL=filesignedurl.d.ts.map