export { default as unhandled } from "./unhandled.js"; declare const _default: (typeof space)[]; export default _default; export type Options = Required; export type State = import("../index.js").State; export type Token = import("../index.js").Token; export type Scanner = (char: string, input: string, state: State, options: Options) => (Token & { end: number; }) | null; import space from "./space.js"; //# sourceMappingURL=index.d.ts.map