import * as Abstracts from "./Abstract"; export declare function create(): Abstracts.Tokenizer; export default create;