export default function parseState(source: string): { value: string; start: number; end: number; }; //# sourceMappingURL=parseState.d.ts.map