import { Token, CodeStyle } from './'; export declare function tokenize(input: string, config: CodeStyle): Array;