import { Token } from '../src';
export declare const TEST_TOKENS: {
    [key: string]: {
        [key: number]: Token;
    };
};
