export type Token = {
  declaration: string;
  value?: string;
  token?: string;
};
