import { GqlWaterfallModule } from './types'; import { IWaterfallModule } from './types'; import { WaterfallModule } from '../types'; export declare const WATERFALL_MODULE_FIELDS_FRAGMENT: import("@urql/core/dist/urql-core-chunk").TypedDocumentNode; export declare const formatGqlWaterfallModule: (arg0: GqlWaterfallModule) => IWaterfallModule; export declare const protectedFormatWaterfallModule: (gqlWaterfallModule: IWaterfallModule, tokenSymbol: string, tokenDecimals: number) => WaterfallModule;