import { type TSESTreeOptions } from "@typescript-eslint/typescript-estree";
import { type ESTree } from "meriyah";
export type { TSESTreeOptions };
export declare class TsSourceParser {
    static FileExtensions: Set<string>;
    parse(source: string, options?: TSESTreeOptions): ESTree.Statement[];
}
//# sourceMappingURL=TsSourceParser.d.ts.map