import { parse as flowParse } from "../parsers/flow/index.js";
export declare function getParser(inputFilePath: string): typeof flowParse;
