export declare const ParseRunsRetrieveRequestResponseType: { readonly Json: "json"; readonly Url: "url"; }; export type ParseRunsRetrieveRequestResponseType = (typeof ParseRunsRetrieveRequestResponseType)[keyof typeof ParseRunsRetrieveRequestResponseType] | string;