import { IRuleContext, IContext } from '../../interfaces'; export default function parse(src: string, keywords: Map string>, context: IContext | IRuleContext): IRuleContext | IContext;