import Tokenlon from './tokenlon';
import { GlobalConfig } from './types';
export declare const createTokenlon: (options: GlobalConfig) => Promise<Tokenlon>;
