import type { ASTParse, ParserType } from './index'; export declare const astParse: ASTParse; export declare const extensions: string[]; export declare const parserType: ParserType;