import type { Token, LookupToken } from './types';
declare const detokenize: (token: Token | LookupToken) => string;
export default detokenize;
