/**
 * Representation of the 'PostProcessingObjectReference' schema.
 */
export type PostProcessingObjectReference = {
    /**
     * PerFilterSearchResult ID or PostProcessingOperation ID.
     * Default: "6d3eeafd-f3db-4e8e-949a-0e40e50eab64".
     */
    id?: string | null;
} & Record<string, any>;
//# sourceMappingURL=post-processing-object-reference.d.ts.map