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