import { Context } from '../../tokenizer'; declare const _default: { startState: () => Context; token: (stream: any, context: Context) => string; indent: (context: Context, after: any) => number; electricInput: RegExp; }; export default _default;