import { Token } from "./tokenTypes"; export declare function tokenizeHwpEqn(input: string): Token[]; //# sourceMappingURL=hwpTokenizer.d.ts.map