import { ParserFunction, Plugin } from 'unified';
export declare const parse: ParserFunction;
export interface GramParserSettings {
    strict: boolean;
}
declare const gramParserPlugin: Plugin<GramParserSettings[]>;
export default gramParserPlugin;
