import { IParserState } from './type'; export default function createParserState(source: string): IParserState; //# sourceMappingURL=createParserState.d.ts.map