import { GqlVestingModule } from './types'; import { IVestingModule } from './types'; import { VestingModule } from '../types'; export declare const VESTING_MODULE_FIELDS_FRAGMENT: import("@urql/core/dist/urql-core-chunk").TypedDocumentNode; export declare const formatGqlVestingModule: (arg0: GqlVestingModule) => IVestingModule; export declare const protectedFormatVestingModule: (gqlVestingModule: IVestingModule, tokenData: { [token: string]: { symbol: string; decimals: number; }; }) => VestingModule;