import * as z from "zod/v4"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { GetLog } from "./getlog.js"; export type FeedResultGetLog = { results?: Array | undefined; next?: string | null | undefined; cursor?: string | null | undefined; }; /** @internal */ export declare const FeedResultGetLog$inboundSchema: z.ZodType; export declare function feedResultGetLogFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=feedresultgetlog.d.ts.map