import { DocumentNode } from './nodes';
export declare const parseStates: (source: string, filepath?: string) => DocumentNode;
//# sourceMappingURL=parser.d.ts.map