/** * Flowtype definitions for getSwapConfig * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { FetchData } from '@yoroi/common'; import { z } from 'zod'; declare type SwapConfig = z.infer;declare type Options = { request: FetchData,... };declare export var getSwapConfigApiMaker: (x?: Options) => () => Promise;declare var SwapConfigResponseSchema: z.ZodObject<{ initialPair: z.ZodOptional, tokenOut: z.ZodEffects,... }, "strip", z.ZodTypeAny, { tokenIn: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any, tokenOut: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any,... }, { tokenIn: string, tokenOut: string,... }>>, verifiedTokens: z.ZodOptional, "many">>, excludedTokens: z.ZodOptional, "many">>, partners: z.ZodOptional, muesliswap: z.ZodOptional,... }, "strip", z.ZodTypeAny, { dexhunter?: string | void, muesliswap?: string | void,... }, { dexhunter?: string | void, muesliswap?: string | void,... }>>,... }, "strip", z.ZodTypeAny, { partners?: { dexhunter?: string | void, muesliswap?: string | void,... } | void, initialPair?: { tokenIn: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any, tokenOut: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any,... } | void, verifiedTokens?: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any[] | void, excludedTokens?: undefined: /* NO PRINT IMPLEMENTED: TemplateLiteralType */ any[] | void,... }, { partners?: { dexhunter?: string | void, muesliswap?: string | void,... } | void, initialPair?: { tokenIn: string, tokenOut: string,... } | void, verifiedTokens?: string[] | void, excludedTokens?: string[] | void,... }>;