import { Maybe } from '@openrewrite/types'; export declare type OptionInput = { name: string; value: any; }; declare type GraphQLResponse = T; export declare class ModerneGraphQLRequests { private client; private uuid; constructor(moderneUrl?: string); runTypescriptRecipe(recipeSource64: string, beforeSource64: string, recipeName: string, parserType: string, options?: Maybe): Promise; getRunStatus(id: string): Promise; getRunResults(id: string, resultsLink: string): Promise; } export {};