import { TokenIdent } from '../interfaces/token'; export declare function mutateIdent(ident: TokenIdent, newValue: string): void;