export default function alphaScanner(char: string, input: string, state: import("./index.js").State, options: import("./index.js").Options): (import("./index.js").Token & {
    end: number;
}) | null;
//# sourceMappingURL=alpha.d.ts.map