import { EPluginFrameworkVersion } from "../types";
export declare function isPluginProject(): [boolean, EPluginFrameworkVersion | undefined];
