import { Tokens } from './types'; export declare const reconstruct: (token: Tokens) => string;