Version: 3.0.03.0.13.0.23.0.33.0.43.0.5
import { Token } from "./";
declare function scan(source: string): Token[];
export = scan;