import { WithValidationError } from "../../index"; import { ApiCallOptions } from "../../base"; export declare const postTrackingData: ({ listingId, pathSegment, body, options, }: { listingId: number; pathSegment: string; body: T; options?: ApiCallOptions & { validateOnly?: boolean; }; }) => Promise>;