import { Token } from '../tokens';
export declare const tokenize: (content: string, path?: string) => Token[];
//# sourceMappingURL=tokenize.d.ts.map