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