import Group from './group';
import Ident from './ident';
import Literal from './literal';
import Punct from './punct';
export declare const TOKENS: (typeof Group | typeof Ident | typeof Literal | typeof Punct)[];
export { Group, Ident, Literal, Punct };
//# sourceMappingURL=index.d.ts.map